clean up element plus css

This commit is contained in:
pa
2026-01-16 20:50:41 +09:00
committed by Natsumi
parent 78f3bc512d
commit 093fe082f2
29 changed files with 108 additions and 1268 deletions
@@ -739,18 +739,12 @@
align-items: center;
justify-content: center;
margin-top: 100px;
color: var(--el-text-color-secondary);
}
.divider {
padding: 0 400px;
transition: top 0.3s ease;
}
// override el-ui
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
width: 200px;
}
.status-online {
display: flex;
justify-content: center;
@@ -754,7 +754,6 @@
margin-top: 12px;
padding: 12px 16px;
border-radius: 6px;
border: 1px solid var(--el-border-color);
background: transparent;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
@@ -784,7 +783,6 @@
margin-top: 12px;
padding: 40px;
text-align: center;
border: 1px dashed var(--el-border-color);
border-radius: 8px;
flex: 1;
display: flex;
@@ -794,7 +792,6 @@
.mutual-graph__force-description {
margin: 0 0 12px 0;
color: var(--el-text-color-regular);
font-size: 13px;
}
@@ -817,7 +814,6 @@
.mutual-graph__helper {
margin-top: 4px;
font-size: 12px;
color: var(--el-text-color-secondary);
line-height: 1.4;
}
</style>