border-card

This commit is contained in:
仲么了
2024-01-29 16:30:24 +08:00
parent cea1f4863f
commit 417f6788a3
11 changed files with 25 additions and 18 deletions

View File

@@ -301,9 +301,11 @@ body,
/* 自适应-e */
.custom-table-header {
box-sizing: border-box;
display: flex;
padding: 13px 15px;
align-items: center;
border: 1px solid var(--el-border-color);
}

View File

@@ -116,4 +116,8 @@
.el-form--inline .el-form-item {
margin-bottom: 10px;
}
.el-tabs--border-card>.el-tabs__content{
padding: 10px;
}