update 组织机构新增区域选择
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
@import './lib/form.less';
|
||||
@import './lib/description.less';
|
||||
@import './lib/select.less';
|
||||
@import './lib/cascader.less';
|
||||
@import './lib/dropdown.less';
|
||||
@import './lib/modal.less';
|
||||
@import './lib/tree-layout.less';
|
||||
|
||||
4
Web/src/assets/style/lib/cascader.less
Normal file
4
Web/src/assets/style/lib/cascader.less
Normal file
@@ -0,0 +1,4 @@
|
||||
@import (reference) '~@/assets/style/extend.less';
|
||||
.ant-cascader-picker-arrow {
|
||||
transform: scaleY(.75);
|
||||
}
|
||||
@@ -51,14 +51,16 @@
|
||||
.ant-input-number,
|
||||
.ant-mentions,
|
||||
.ant-select-selection,
|
||||
.ant-input-group-addon {
|
||||
.ant-input-group-addon,
|
||||
.ant-cascader-picker,
|
||||
.ant-cascader-input.ant-input {
|
||||
z-index: 1;
|
||||
|
||||
text-align: left;
|
||||
|
||||
color: lighten(@black, 10%);
|
||||
border: 0;
|
||||
background-color: lighten(@black, 95%);
|
||||
background-color: lighten(@black, 95%) !important;
|
||||
}
|
||||
.ant-mentions {
|
||||
textarea {
|
||||
@@ -86,6 +88,11 @@
|
||||
.focus();
|
||||
}
|
||||
}
|
||||
.ant-cascader-picker:focus {
|
||||
.ant-cascader-input {
|
||||
.focus();
|
||||
}
|
||||
}
|
||||
.ant-input-group {
|
||||
.ant-row-flex {
|
||||
.ant-select {
|
||||
|
||||
Reference in New Issue
Block a user