mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2026-02-23 06:37:01 +00:00
1. 控件优化
2. 增加monaco-editor、echarts等
This commit is contained in:
@@ -145,6 +145,17 @@ html, body, #app, .index-container {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.flex-center{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-center-col{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
--el-dialog-border-radius: var(--el-border-radius-large);
|
||||
}
|
||||
@@ -153,6 +164,24 @@ html, body, #app, .index-container {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.el-dialog.is-fullscreen .el-dialog__header,
|
||||
.el-dialog.is-fullscreen .el-dialog__footer{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right:0;
|
||||
z-index: 999;
|
||||
border-radius: 0;
|
||||
}
|
||||
.el-dialog.is-fullscreen .el-dialog__footer{
|
||||
bottom: var(--el-dialog-padding-primary);
|
||||
}
|
||||
.el-dialog.is-fullscreen .dialog-footer{
|
||||
border-radius: 0;
|
||||
}
|
||||
.el-dialog.is-fullscreen .el-dialog__body{
|
||||
padding: 48px 12px;
|
||||
}
|
||||
|
||||
.icon-list::-webkit-scrollbar {
|
||||
z-index: 10;
|
||||
width: 6px;
|
||||
@@ -184,6 +213,10 @@ html, body, #app, .index-container {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.home-main {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.container-center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user