This commit is contained in:
Taric Xin
2022-01-10 17:58:39 +08:00
parent 0c135d1ade
commit 769f358df0
2 changed files with 9 additions and 1 deletions

View File

@ -27,4 +27,12 @@ input::-webkit-inner-spin-button {
/* 全局隐藏input-number上下箭头 火狐*/
input[type="number"] {
-moz-appearance: textfield;
}
.alain-pro__sider-logo h1{
font-size: 17px;
}
.alain-pro__sider-logo{
padding-left: 12px;
}