框架重构
清除多余的业务
This commit is contained in:
50
WebFirst/wwwroot/views/system/css/CodeTable.css
Normal file
50
WebFirst/wwwroot/views/system/css/CodeTable.css
Normal 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;
|
||||
}
|
||||
}
|
||||
31
WebFirst/wwwroot/views/system/css/CodeTableInfo.css
Normal file
31
WebFirst/wwwroot/views/system/css/CodeTableInfo.css
Normal file
@@ -0,0 +1,31 @@
|
||||
#Frm_table .form-group {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#divBtn .btn {
|
||||
font-size: 14px !important;
|
||||
padding: 3px 4px;
|
||||
background: #87979e;
|
||||
border: #87979e;
|
||||
}
|
||||
|
||||
.x_title h2 {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
|
||||
.t1 h2 {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
|
||||
.code_number {
|
||||
width: 50px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.selCstype {
|
||||
border: none
|
||||
}
|
||||
1
WebFirst/wwwroot/views/system/css/dbview.css
Normal file
1
WebFirst/wwwroot/views/system/css/dbview.css
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user