Skip to content

Commit fd85ad0

Browse files
committed
chore: update
1 parent ff1c70e commit fd85ad0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: src/layout/components/lay-panel/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ onBeforeUnmount(() => {
7878
</el-scrollbar>
7979

8080
<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)]"
8282
>
8383
<el-button
8484
v-tippy="{

Diff for: src/views/components/swiper.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const swiperExample: any[] = [
106106
</template>
107107
<el-row :gutter="10">
108108
<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>
110110
<swiper v-bind="item.options">
111111
<swiper-slide v-for="i in 5" :key="i">
112112
<div

Diff for: src/views/components/upload/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const onDownload = () => {
232232
</p>
233233
<el-divider />
234234

235-
<p class="mb-4! mt-4">
235+
<p class="my-4!">
236236
结合表单校验进行<span class="text-[red]">手动上传</span>
237237
<span class="text-[14px]">
238238
(可先打开浏览器控制台找到Network,然后填写表单内容后点击点提交观察请求变化)

Diff for: src/views/components/waterfall/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ onMounted(() => {
106106
/>
107107
</div>
108108
<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">
110110
{{ item.name }}
111111
</h4>
112112
<div

Diff for: src/views/monitor/logs/operation/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const {
118118
</div>
119119
<el-popconfirm title="是否确认删除?" @confirm="onbatchDel">
120120
<template #reference>
121-
<el-button type="danger" text class="mr-2!"> 批量删除 </el-button>
121+
<el-button type="danger" text class="mr-1!"> 批量删除 </el-button>
122122
</template>
123123
</el-popconfirm>
124124
</div>

0 commit comments

Comments
 (0)