mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
开始内容管理
This commit is contained in:
@@ -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;
|
||||
}
|
||||
9
public/static/css/skin-0.css
Normal file
9
public/static/css/skin-0.css
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
.sm-form .layui-form-label{
|
||||
width: 56px;
|
||||
padding: 9px 3px;
|
||||
}
|
||||
|
||||
.sm-form .layui-input-block{
|
||||
margin-left: 62px;
|
||||
}
|
||||
@@ -70,4 +70,28 @@
|
||||
.layui-form-checked[lay-skin="primary"] i{
|
||||
border-color: #66CCFF !important;
|
||||
background-color: #66CCFF !important;
|
||||
}
|
||||
|
||||
.layui-form-select dl dd.layui-this{
|
||||
background-color: #66CCFF;
|
||||
}
|
||||
|
||||
|
||||
.layui-form-label{
|
||||
width: unset;
|
||||
padding: 3px 3px;
|
||||
float: unset;
|
||||
text-align: left;
|
||||
font-weight: 600;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.layui-input-block{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.layui-form-pane .layui-form-label{
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
.ql-editor {
|
||||
box-sizing: border-box;
|
||||
line-height: 1.42;
|
||||
line-height: 2.42;
|
||||
height: 100%;
|
||||
outline: none;
|
||||
overflow-y: auto;
|
||||
@@ -59,10 +59,12 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
|
||||
line-height: 3;
|
||||
}
|
||||
.ql-editor ol,
|
||||
.ql-editor ul {
|
||||
padding-left: 1.5em;
|
||||
line-height: 2.42;
|
||||
}
|
||||
.ql-editor ol > li,
|
||||
.ql-editor ul > li {
|
||||
|
||||
Reference in New Issue
Block a user