This commit is contained in:
Taric Xin
2022-01-25 16:40:36 +08:00
parent 1692eaa1e4
commit e3eb03ac60
4 changed files with 65 additions and 21 deletions

View File

@ -6,7 +6,17 @@
@import './styles/index';
@import './styles/theme';
.icon {
width : 18px;
height : 18px;
fill : currentColor;
overflow : hidden;
font-size: 18px !important;
color : #ffffff;
}
@layout-gutter: 8px;
/* 全局滚动条美化 */
*::-webkit-scrollbar {
width : (@layout-gutter);
@ -24,16 +34,17 @@ input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
/* 全局隐藏input-number上下箭头 火狐*/
input[type="number"] {
-moz-appearance: textfield;
}
.alain-pro__sider-logo{
.alain-pro__sider-logo {
padding-left: 12px;
}
.break-word-all{
.break-word-all {
word-break: break-all;
word-wrap : break-word;
}