fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id */
|
||||
src: url('iconfont.ttf?t=1709865709415') format('truetype');
|
||||
src: url('iconfont.ttf?t=1709874981482') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -87,3 +87,19 @@
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-shenpi:before {
|
||||
content: "\e6a1";
|
||||
}
|
||||
|
||||
.icon-yonghu:before {
|
||||
content: "\e617";
|
||||
}
|
||||
|
||||
.icon-usetime:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-xiala:before {
|
||||
content: "\e634";
|
||||
}
|
||||
|
||||
|
||||
@@ -137,6 +137,34 @@
|
||||
"font_class": "tuceng1",
|
||||
"unicode": "e62d",
|
||||
"unicode_decimal": 58925
|
||||
},
|
||||
{
|
||||
"icon_id": "130751283",
|
||||
"name": "审批",
|
||||
"font_class": "shenpi",
|
||||
"unicode": "e6a1",
|
||||
"unicode_decimal": 59041
|
||||
},
|
||||
{
|
||||
"icon_id": "130751284",
|
||||
"name": "用户",
|
||||
"font_class": "yonghu",
|
||||
"unicode": "e617",
|
||||
"unicode_decimal": 58903
|
||||
},
|
||||
{
|
||||
"icon_id": "130751285",
|
||||
"name": "使用次数",
|
||||
"font_class": "usetime",
|
||||
"unicode": "e601",
|
||||
"unicode_decimal": 58881
|
||||
},
|
||||
{
|
||||
"icon_id": "130751286",
|
||||
"name": "下拉",
|
||||
"font_class": "xiala",
|
||||
"unicode": "e634",
|
||||
"unicode_decimal": 58932
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -291,86 +291,85 @@ li {
|
||||
top: 0.1rem;
|
||||
width: 0.3rem;
|
||||
}
|
||||
.ant-select-allow-clear {
|
||||
font-size: 1.2rem;
|
||||
height: 3rem;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector {
|
||||
.trial_page .ant-select-allow-clear {
|
||||
height: 100%;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector {
|
||||
height: 100%;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow {
|
||||
height: 100%;
|
||||
}
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item {
|
||||
height: 80%;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item {
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
margin-right: 0.4rem;
|
||||
background-color: #e1d9ec;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content {
|
||||
height: 100%;
|
||||
line-height: 1.7;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove {
|
||||
height: 100%;
|
||||
font-size: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-select-allow-clear .ant-select-selector::after {
|
||||
.trial_page .ant-select-allow-clear .ant-select-selector::after {
|
||||
line-height: 1;
|
||||
}
|
||||
.ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||
.trial_page .ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
||||
.trial_page .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-select-dropdown {
|
||||
.trial_page .ant-select-dropdown {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.ant-select-dropdown .ant-cascader-menu-item {
|
||||
.trial_page .ant-select-dropdown .ant-cascader-menu-item {
|
||||
padding: 0.5rem 1.2rem;
|
||||
line-height: 2.2rem;
|
||||
}
|
||||
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox {
|
||||
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox :hover .ant-cascader-checkbox-inner {
|
||||
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox :hover .ant-cascader-checkbox-inner {
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner {
|
||||
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner {
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
}
|
||||
.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner::after {
|
||||
.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner::after {
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
}
|
||||
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
||||
.trial_page .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
||||
background-color: #767676;
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-cascader-checkbox-checked::after {
|
||||
.trial_page .ant-cascader-checkbox-checked::after {
|
||||
border-color: #d9d9d9;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
||||
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
||||
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
||||
.trial_page .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
||||
.trial_page .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
||||
.trial_page .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
||||
border-color: #d9d9d9;
|
||||
}
|
||||
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
||||
.trial_page .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
||||
background-color: #767676;
|
||||
}
|
||||
.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
||||
.trial_page .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after {
|
||||
.trial_page .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after {
|
||||
border-color: #eeeeee;
|
||||
}
|
||||
.ant-modal-mask {
|
||||
|
||||
@@ -342,11 +342,13 @@ input:focus{
|
||||
}
|
||||
}
|
||||
|
||||
.trial_page{
|
||||
|
||||
//Library多级菜单
|
||||
.ant-select-allow-clear{
|
||||
font-size: 1.2rem;
|
||||
height: 3rem;
|
||||
// font-size: 1.2rem;
|
||||
// height: 3rem;
|
||||
height: 100%;
|
||||
.ant-select-selector{
|
||||
height: 100%;
|
||||
.ant-select-selection-overflow{
|
||||
@@ -430,6 +432,7 @@ input:focus{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-modal-mask{
|
||||
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
|
||||
|
||||
Reference in New Issue
Block a user