edit
This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user