This commit is contained in:
Taric Xin
2022-03-22 09:22:45 +08:00
parent cd48729a4b
commit 9c97943076
5 changed files with 564 additions and 483 deletions

View File

@ -7,59 +7,64 @@
@import './styles/theme';
.icon {
width : 18px;
fill : currentColor;
overflow : hidden;
font-size: 18px !important;
color : #ffffff;
margin-right: 10px;
width : 18px;
fill : currentColor;
overflow : hidden;
font-size : 18px !important;
color : #ffffff;
margin-right: 10px;
}
@layout-gutter: 8px;
/* 全局滚动条美化 */
*::-webkit-scrollbar {
width : (@layout-gutter);
height: (@layout-gutter);
width : (@layout-gutter);
height: (@layout-gutter);
}
*::-webkit-scrollbar-thumb {
background : #d9d9d9;
cursor : pointer;
border-radius: (@layout-gutter) / 2;
background : #d9d9d9;
cursor : pointer;
border-radius: (@layout-gutter) / 2;
}
/* 全局隐藏input-number上下箭头 谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
-webkit-appearance: none;
}
/* 全局隐藏input-number上下箭头 火狐*/
input[type="number"] {
-moz-appearance: textfield;
-moz-appearance: textfield;
}
.alain-pro__sider-logo {
padding-left: 12px;
padding-left: 12px;
}
.break-word-all {
word-break: break-all;
word-wrap : break-word;
word-break: break-all;
word-wrap : break-word;
}
st {
.block-td {
.ant-divider-vertical {
display: none;
margin: 0;
border-left: none;
}
st-td {
span>a {
display: block;
}
.block-td {
.ant-divider-vertical {
display : none;
margin : 0;
border-left: none;
}
st-td {
span>a {
display: block;
}
}
}
}
}
nz-range-picker {
width: 100%;
}