style: Optimize the border style of the cronjob creation card (#10647)

This commit is contained in:
ssongliu 2025-10-15 17:36:55 +08:00 committed by GitHub
parent b47d63330e
commit d773391763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View file

@ -33,6 +33,7 @@
:font="{
fontSize: globalStore.watermark.fontSize,
color: globalStore.watermark.color,
textBaseline: 'top',
}"
:rotate="globalStore.watermark.rotate"
:gap="[globalStore.watermark.gap, globalStore.watermark.gap]"

View file

@ -742,4 +742,7 @@ onMounted(() => {
.widthClass {
width: 100%;
}
.el-card {
border: 1px solid var(--el-border-color-light) !important;
}
</style>

View file

@ -1543,7 +1543,9 @@ onMounted(() => {
margin-top: -3px;
}
}
.el-card {
border: 1px solid var(--el-border-color-light) !important;
}
.divider {
display: block;
height: 1px;

View file

@ -6,6 +6,7 @@
:font="{
fontSize: form.fontSize,
color: form.color,
textBaseline: 'top',
}"
:rotate="form.rotate"
:gap="[form.gap, form.gap]"