数据中台前端代码
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.

22 lines
728 B

1 year ago
body,html{height:100%; margin:0;padding:0}
body{background:#f0f2f5}
.page-root{height:100%;display:flex;flex-direction:column}
.page-node-form-filter,.page-node-table{background:#fff;border-radius:4px;padding:3px 6px;margin:6px;box-shadow:0 0 6px 0 #dfdfdf}
.page-node-table{flex:1;overflow:hidden}
:root{
--el-color-primary:#3862FE;
--el-color-danger:#F56C6C;
--el-color-danger-light-3:#FF3A00;
--el-color-success:#36850F;
--el-text-color-primary:#121212;
--el-text-color-regular:#121212;
--el-font-size-base:12px;
}
.el-button--primary.is-link, .el-button--primary.is-plain, .el-button--primary.is-text{
--el-button-text-color:#274FFB;
}
.el-button.el-button--small {
font-size: 12px;
padding: 5px 11px;
}