zentaopms/module/api/css/edit.css
2023-05-16 10:47:08 +08:00

20 lines
308 B
CSS

#paramDiv .input-group {
padding: 3px;
}
#paramDiv .form-control {
display: table-cell;
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.table-row {
margin-bottom: 10px;
}
.col-custom {
margin-bottom: 10px;
}
.paramTool {
margin: 5px 0;
}