mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-02 10:57:24 +08:00
chore: update
This commit is contained in:
parent
ff1c70e3c7
commit
fd85ad0b45
@ -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="{
|
||||
|
@ -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
|
||||
|
@ -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,然后填写表单内容后点击点提交观察请求变化)
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user