chore: update

This commit is contained in:
xiaoxian521 2025-04-09 18:42:44 +08:00
parent ff1c70e3c7
commit fd85ad0b45
5 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ onBeforeUnmount(() => {
</el-scrollbar>
<div
class="flex justify-end p-3 border-0 border-t-[1px]! border-solid border-[var(--pure-border-color)]"
class="flex justify-end p-3 border-0 border-t-[1px] border-solid border-[var(--pure-border-color)]"
>
<el-button
v-tippy="{

View File

@ -106,7 +106,7 @@ const swiperExample: any[] = [
</template>
<el-row :gutter="10">
<el-col v-for="item in swiperExample" :key="item.id" :span="12">
<h6 class="py-[16px] text-base">{{ item.label }}</h6>
<h6 class="py-[16px]! text-base">{{ item.label }}</h6>
<swiper v-bind="item.options">
<swiper-slide v-for="i in 5" :key="i">
<div

View File

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

View File

@ -106,7 +106,7 @@ onMounted(() => {
/>
</div>
<div class="px-4 pt-2 pb-4 border-t border-t-gray-800">
<h4 class="pb-4 text-gray-50 group-hover:text-yellow-300">
<h4 class="pb-4! text-gray-50 group-hover:text-yellow-300">
{{ item.name }}
</h4>
<div

View File

@ -118,7 +118,7 @@ const {
</div>
<el-popconfirm title="是否确认删除?" @confirm="onbatchDel">
<template #reference>
<el-button type="danger" text class="mr-2!"> 批量删除 </el-button>
<el-button type="danger" text class="mr-1!"> 批量删除 </el-button>
</template>
</el-popconfirm>
</div>