@import "./element-variables.scss"; .container-main { height: calc(100vh - 84px); overflow: hidden; padding: 0 10px; // 搜索部分 .search-hearder { padding: 12px 2px 8px 2px; height: auto; .el-form-item { margin-bottom: 6px; margin-right: 10px; // lable .el-form-item__label { padding: 6px 12px 6px 10px; font-weight: 400; color: #333; line-height: 20px; } // content .el-form-item__content { width: 180px; // 输入框 .el-input { .el-input__inner { border-radius: 0px; } } } } } // 表头操作按钮部分 .layui-table-tool { width: 100%; min-height: 40px; line-height: 30px; padding: 6px 15px; border-width: 0 0 1px; border: 1px solid #e6e6e6; border-bottom: 0; background-color: #f2f2f2; } // 表格 .el-table .el-table__header-wrapper th { font-size: 12px; font-weight: 400; // height: 35px; color: #666; background-color: #f2f2f2; } .el-table--medium .el-table__cell { padding: 3px 0; // height: 35px; font-size: 12px; color: #666; } .el-table .fixed-width .el-button--mini { font-size: 12px; padding: 6px 6px; width: inherit; } //分页 } // 弹窗 .dialog-box { .el-dialog__header { padding: 0; .dialog-title { height: 50px; line-height: 50px; font-size: 14px; color: white; background-color: $--color-primary; padding-left: 20px; letter-spacing: 1px; } .el-dialog__headerbtn .el-dialog__close { color: white; } } .el-select,.el-date-editor{ width: 100%; } } .dialog-from { .el-form-item { margin-bottom: 20px; margin-right: 10px; // lable .el-form-item__label { padding: 6px 12px 6px 10px; font-weight: 400; color: #333; line-height: 20px; } // content .el-form-item__content { // 输入框 .el-input { .el-input__inner { border-radius: 0px; } } } } } //确认框 .el-message-box { width: 300px; .el-message-box__header { border-bottom: 1px solid #f0f0f0; } } //详情 .Descriptions-box { border: 1px solid #ddd; border-right: 0; border-bottom: 0; .row-item { width: 100%; display: flex; & > div { padding: 10px 8px; overflow: hidden; font-size: 12px; color: #333; } .row-lable { width: 200px; background-color: #f5f5f5; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; font-weight: bold; } .row-value { flex: 1; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; } } } // 按钮 .el-button--mini { padding: 7px 16px; border-radius: 0; } .el-button { border-radius: 0; } .dialog-footer { display: flex; justify-content: center; } .pagination-container { // position: relative; margin-bottom: 0px !important; margin-top: 7px !important; padding: 0 !important; } // 详情 .desLable { width: 180px !important; } .image-title { margin: 10px 0; font-size: 13px; font-weight: bold; color: #333; } .image-view { border: 1px solid #e6ebf5; } .dialog-box { .pagination-container { height: 10px; } }