fix: eslint

This commit is contained in:
xingyu
2023-09-11 17:08:39 +08:00
parent 56a71f64e7
commit 5494756a66
8 changed files with 29 additions and 20 deletions

View File

@ -19,17 +19,18 @@ const { title } = defineProps({
.card-title {
font-size: 14px;
font-weight: 600;
&::before {
content: '';
position: relative;
top: 8px;
left: -5px;
display: inline-block;
width: 3px;
height: 14px;
//background-color: #105cfb;
background: var(--el-color-primary);
position: relative;
left: -5px;
top: 8px;
border-radius: 5px;
content: '';
transform: translateY(-50%);
}
}

View File

@ -22,6 +22,7 @@ const { label } = defineProps({
.cell-item {
display: inline;
}
.cell-item::after {
content: ':';
}