Files
dsProject/dsBase/WebRoot/html/pages/projectManagement/xx/xmgl/zhcx/integratedQuery.css

29 lines
441 B
CSS
Raw Normal View History

2025-08-14 15:45:08 +08:00
.layui-form-select {
width: 300px;
}
.tableSelect {
display: flex;
justify-content: center;
align-items: center;
}
.tab-tilte li {
float: left;
text-align: center;
cursor: pointer;
padding: 5px 10px;
margin-right: 20px;
}
.tab-tilte .active {
background-color: #F59A23;
color: #fff;
border-radius: 5px;
}
.layui-table th {
font-weight: bold;
}