Newer
Older
operation_web / static / css / common.css
@zhangqy zhangqy on 28 Nov 2019 434 bytes tijiao
 .el-dialog {
   box-shadow: inset 0px 0px 18px aqua !important;
 }

 .el-dialog,
 .el-table {
   /* background: rgb(5, 12, 30) !important; */
 }

 .el-dialog__header {
   text-align: left !important;
 }

 .el-dialog__title {
   color: rgb(3, 155, 210) !important;
 }

 .el-dialog__body {
   height: calc(100% - 54px) !important;
   box-sizing: border-box !important;
   padding-top: 10px !important;
   overflow: auto !important;
 }