fix样式调整 #322

Merged
yaoshuli merged 1 commits from fix/change_task into test 1 year ago

@ -439,7 +439,10 @@ useKeydown('s', () => setShowSearch(true))
::v-deep(.n-form-item-label__text){ ::v-deep(.n-form-item-label__text){
color: #333333; color: #333333;
} }
::v-deep(.n-form){ ::v-deep(.n-form-item .n-form-item-feedback-wrapper){
margin-top: -2px; margin-top: -2px;
} }
::v-deep(.n-collapse-item__header-main){
color: #333333 !important;
}
</style> </style>

Loading…
Cancel
Save