style: 去除操作列竖线分隔 (padding 6→4px, 节省操作列宽度)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user