大数据局-工单系统-前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

134 lines
2.4 KiB

// 包裹容器
.cus-container {
margin: 0 38px;
height: 100%;
width: calc(100% - 76px);
}
// 表格
#avue-id {
// .el-table {
// height: 776px;
// min-height: 776px;
// }
.el-table thead {
background: #fff;
height: 80px;
font-size: 16px;
}
.el-table th {
background: #fff;
font-weight: 600;
}
.el-table tr {
height: 80px;
color: #374454;
}
}
// 分页
.avue-crud__pagination {
text-align: left;
background: #f0f2f5;
}
// 自定义弹框样式,只有父类包含 custom类才可使用
.custom {
width: 920px !important;
// 表单输入框
.avue-crud .el-input--small input,
.avue-form .el-input--small input {
height: 40px;
line-height: 40px;
border-radius: 0px;
padding-left: 16px;
border-color: #e4e7ec;
}
.el-input--small {
width: 240px !important;
}
.avue-form .el-date-editor.el-input {
width: 240px !important;
}
.avue-form,
.avue-form__group .el-col {
position: relative;
padding: 0 !important;
margin: 0;
}
// 下拉
.avue-select {
width: 240px !important;
}
// label
.el-form--label-top .el-form-item__label {
padding: 0;
margin-bottom: 5px;
}
// 时间选择器
.avue-crud .el-range-editor--small,
.avue-form .el-range-editor--small {
height: 40px;
line-height: 40px;
border-radius: 0px;
}
// 上下距离
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
margin-bottom: 21px;
}
.el-col-8 {
width: 240px;
}
.el-col-8:nth-child(3n-1) {
margin: 0 45px;
}
.el-col-8:nth-child(3n + 1) {
margin-left: 35px;
}
.avue-dynamic {
width: 816px;
margin: 0 33px;
margin-top: 10px;
}
}
// 工作流表单
.avue-skeleton {
.avue-crud .el-input--small input,
.avue-form .el-input--small input {
height: 50px;
line-height: 50px;
}
// .el-col-md-8 {
// width: calc(100% / 3.6);
// }
.el-col-md-7:nth-child(3n + 2) {
margin: 0 70px;
}
// input输入框
.el-input--small .el-input__inner {
border-radius: 3px 3px 3px 3px;
color: #333;
position: relative;
border: 1px solid #cfcfcf;
}
// input输入框label
.el-form-item__label {
font-size: 16px;
color: #273240;
padding: 0 !important;
margin-bottom: 10px;
}
.el-upload-dragger {
width: 82vw;
}
.el-upload-list__item-name {
display: none;
}
}
// 查看表单
.avue--detail .el-col-7 {
width: 33.3%;
}