mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
25 lines
467 B
Plaintext
25 lines
467 B
Plaintext
@import '../mixins.less';
|
|
@import '../color.less';
|
|
|
|
// input
|
|
.ant-input {
|
|
&-number {
|
|
min-width: 110px;
|
|
border-color: @border-color-shallow-dark;
|
|
}
|
|
}
|
|
|
|
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
|
|
border-color: @info-color;
|
|
}
|
|
|
|
.ant-input-disabled,
|
|
.ant-select-disabled .ant-select-selection,
|
|
.ant-cascader-picker-label {
|
|
color: @text-color-base !important;
|
|
}
|
|
|
|
.ant-input-disabled {
|
|
background-color: @background-color-light;
|
|
}
|