style: 去除操作列竖线分隔 (padding 6→4px, 节省操作列宽度)

This commit is contained in:
guoju0808
2026-08-26 11:36:06 +00:00
parent 31b3fb504a
commit 8ac3538341
+1 -5
View File
@@ -134,14 +134,10 @@ h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; color: var(--el-text-color
.table-actions .el-button.is-link {
font-size: 13px;
font-weight: 500;
padding: 0 6px;
padding: 0 4px;
white-space: nowrap;
flex-shrink: 0;
}
.table-actions .el-link + .el-link,
.table-actions .el-button.is-link + .el-button.is-link {
border-left: 1px solid var(--brand-slate-200);
}
.table-actions .el-link.is-disabled {
color: var(--brand-slate-300);
cursor: not-allowed;