框架重构

清除多余的业务
This commit is contained in:
橙子
2022-04-03 23:21:53 +08:00
parent f5fb2ea17b
commit f0d32af3c3
936 changed files with 213647 additions and 86 deletions

View File

@@ -0,0 +1,50 @@
.table td, .table th {
padding: 2px 5px
}
.table-bordered td, .table-bordered th {
border-right: 0px solid #dee2e6;
border-left: 0px solid #dee2e6;
}
.btn-many {
padding-left: 5px;
}
.btn-many button {
margin: -0px;
border:0;
padding-left:12px;
padding-right:12px;
}
#frmProjectSave .btn {
background: #f3adad !important;
border:0 !important;
font-size:14px;
padding:6px 8px !important
}
.layui-layer-btn {
font-size:15px;
padding-top:0 !important;
}
.layui-layer-btn a {
font-size: 15px;
}
#divProject .comboTreeDropDownContainer {
height:100px
}
#frmPathSave .comboTreeDropDownContainer {
height: 100px
}
@media (max-width: 1270px)
{
.btn-many {
max-width:500px !important
}
.btn-many button{
margin-bottom:5px;
}
}