开始内容管理

This commit is contained in:
augushong
2020-04-17 23:33:01 +08:00
parent b1a7d686f9
commit dc15576de8
16 changed files with 776 additions and 3 deletions

View File

@@ -79,4 +79,30 @@
min-width: 80%;
white-space: normal;
word-break: break-all;
}
.layui-form-radio{
white-space: nowrap;
}
.quick-input-item{
width: 120px;
margin: 3px 0;
}
.quick-input-item.sm-quick-input-item .layui-btn{
line-height: 24px;
height: 24px;
font-size: 12px;
padding: 0 12px;
}
.quick-input-item.sm-quick-input-item .layui-input{
line-height: 24px;
height: 24px;
}
.ul-flex{
display: flex;
}