mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-25 00:43:28 +08:00
style: Optimize the border style of the cronjob creation card (#10647)
This commit is contained in:
parent
b47d63330e
commit
d773391763
4 changed files with 8 additions and 1 deletions
|
|
@ -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]"
|
||||
|
|
|
|||
|
|
@ -742,4 +742,7 @@ onMounted(() => {
|
|||
.widthClass {
|
||||
width: 100%;
|
||||
}
|
||||
.el-card {
|
||||
border: 1px solid var(--el-border-color-light) !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -1543,7 +1543,9 @@ onMounted(() => {
|
|||
margin-top: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-card {
|
||||
border: 1px solid var(--el-border-color-light) !important;
|
||||
}
|
||||
.divider {
|
||||
display: block;
|
||||
height: 1px;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
:font="{
|
||||
fontSize: form.fontSize,
|
||||
color: form.color,
|
||||
textBaseline: 'top',
|
||||
}"
|
||||
:rotate="form.rotate"
|
||||
:gap="[form.gap, form.gap]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue