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.
|
|
:root { --el-font-size-base: 18px; // --el-button-size: 80px;
--el-color-primary: #1989fa; //--el-button-active-bg-color: linear-gradient(90deg, #0657C0 24%, #096AE0 101%);
--text-color-primary: #17213c; //--el-color-success: rgba(88, 162, 95, 1);
//--text-color-info: #838b99;
//--el-input-border: #dae0f2;
//--el-font-weight-primary: 400;
//--color-red: #f56c6c;
//--color-green: #67c23a;
//--color-yellow: #e6a23c;
//--color-blue: --el-color-primary;
} .el-dialog { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; padding: 0; .el-dialog__header { background: rgba(0, 0, 0, .03); padding: 10px; } .el-dialog__body { padding: 10px 20px; } .el-dialog__footer { padding: 10px; } } .el-card__body{ padding: 0; }
.el-table__header { th { background-color: rgba(0,0,0,0.02 ) !important; color: rgba(0, 0, 0, 0.85) } }
|