File tree 5 files changed +5
-5
lines changed
layout/components/lay-panel
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ onBeforeUnmount(() => {
78
78
</el-scrollbar >
79
79
80
80
<div
81
- class =" flex justify-end p-3 border-0 border-t-[1px]! border-solid border-[var(--pure-border-color)]"
81
+ class =" flex justify-end p-3 border-0 border-t-[1px] border-solid border-[var(--pure-border-color)]"
82
82
>
83
83
<el-button
84
84
v-tippy =" {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const swiperExample: any[] = [
106
106
</template >
107
107
<el-row :gutter =" 10" >
108
108
<el-col v-for =" item in swiperExample" :key =" item.id" :span =" 12" >
109
- <h6 class =" py-[16px] text-base" >{{ item.label }}</h6 >
109
+ <h6 class =" py-[16px]! text-base" >{{ item.label }}</h6 >
110
110
<swiper v-bind =" item.options" >
111
111
<swiper-slide v-for =" i in 5" :key =" i" >
112
112
<div
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ const onDownload = () => {
232
232
</p >
233
233
<el-divider />
234
234
235
- <p class =" mb -4! mt-4 " >
235
+ <p class =" my -4!" >
236
236
结合表单校验进行<span class =" text-[red]" >手动上传</span >
237
237
<span class =" text-[14px]" >
238
238
(可先打开浏览器控制台找到Network,然后填写表单内容后点击点提交观察请求变化)
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ onMounted(() => {
106
106
/>
107
107
</div >
108
108
<div class =" px-4 pt-2 pb-4 border-t border-t-gray-800" >
109
- <h4 class =" pb-4 text-gray-50 group-hover:text-yellow-300" >
109
+ <h4 class =" pb-4! text-gray-50 group-hover:text-yellow-300" >
110
110
{{ item.name }}
111
111
</h4 >
112
112
<div
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const {
118
118
</div >
119
119
<el-popconfirm title =" 是否确认删除?" @confirm =" onbatchDel" >
120
120
<template #reference >
121
- <el-button type =" danger" text class =" mr-2 !" > 批量删除 </el-button >
121
+ <el-button type =" danger" text class =" mr-1 !" > 批量删除 </el-button >
122
122
</template >
123
123
</el-popconfirm >
124
124
</div >
You can’t perform that action at this time.
0 commit comments