mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
website 新增md编辑器
This commit is contained in:
38
Examples/website/FreeSql.Site.UI/wwwroot/css/admin.css
Normal file
38
Examples/website/FreeSql.Site.UI/wwwroot/css/admin.css
Normal file
@ -0,0 +1,38 @@
|
||||
|
||||
.layui-layer-content {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.layui-form-label {
|
||||
width: 110px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.layui-input, .layui-textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.form-module-content {
|
||||
border: 0px solid red;
|
||||
overflow: auto;
|
||||
/*height: 548px;*/
|
||||
height: 80%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.form-module-footer {
|
||||
border: 0px solid red;
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
border-top: 5px solid #e8e8e8;
|
||||
/*border-bottom: 5px solid #dedede;*/
|
||||
left: 0;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
z-index:100;
|
||||
padding:6px;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user