|
@@ -981,26 +981,26 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-.ant-btn, .ant-input {
|
|
|
- border: none !important;
|
|
|
-}
|
|
|
+ .ant-btn, .ant-input {
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
|
|
|
-input {
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
+ input {
|
|
|
+ height: 32px;
|
|
|
+ }
|
|
|
|
|
|
-.ant-select:not(.ant-select-customize-input) .ant-select-selector,
|
|
|
-.ant-select:not(.ant-select-customize-input) .ant-select-selector,
|
|
|
-.ant-input-affix-wrapper, .ant-select-selector {
|
|
|
- border: none !important;
|
|
|
- box-shadow: none !important;
|
|
|
-}
|
|
|
+ .ant-select:not(.ant-select-customize-input) .ant-select-selector,
|
|
|
+ .ant-select:not(.ant-select-customize-input) .ant-select-selector,
|
|
|
+ .ant-input-affix-wrapper, .ant-select-selector {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
|
|
|
-.ant-select:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
|
|
|
-.ant-select-selector {
|
|
|
- border-color: transparent;
|
|
|
- box-shadow: none;
|
|
|
+ .ant-select:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
|
|
|
+ .ant-select-selector {
|
|
|
+ border-color: transparent;
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|