mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-04 07:27:41 +08:00
Compare commits
3 Commits
fb3e6ea8d2
...
fd85ad0b45
Author | SHA1 | Date | |
---|---|---|---|
|
fd85ad0b45 | ||
|
ff1c70e3c7 | ||
|
c0d48a072e |
@ -260,7 +260,7 @@ export default defineComponent({
|
|||||||
"pb-2",
|
"pb-2",
|
||||||
"bg-bg_color",
|
"bg-bg_color",
|
||||||
isFullscreen.value
|
isFullscreen.value
|
||||||
? ["w-full!", "h-full!", "z-2002", "fixed", "inset-0"]
|
? ["h-full!", "z-2002", "fixed", "inset-0"]
|
||||||
: "mt-2"
|
: "mt-2"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
@ -253,7 +253,7 @@ export default defineComponent({
|
|||||||
"pb-2",
|
"pb-2",
|
||||||
"bg-bg_color",
|
"bg-bg_color",
|
||||||
isFullscreen.value
|
isFullscreen.value
|
||||||
? ["w-full!", "h-full!", "z-2002", "fixed", "inset-0"]
|
? ["h-full!", "z-2002", "fixed", "inset-0"]
|
||||||
: "mt-2"
|
: "mt-2"
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
@ -78,7 +78,7 @@ onBeforeUnmount(() => {
|
|||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
|
|
||||||
<div
|
<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
|
<el-button
|
||||||
v-tippy="{
|
v-tippy="{
|
||||||
|
@ -106,7 +106,7 @@ const swiperExample: any[] = [
|
|||||||
</template>
|
</template>
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
<el-col v-for="item in swiperExample" :key="item.id" :span="12">
|
<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 v-bind="item.options">
|
||||||
<swiper-slide v-for="i in 5" :key="i">
|
<swiper-slide v-for="i in 5" :key="i">
|
||||||
<div
|
<div
|
||||||
|
@ -232,7 +232,7 @@ const onDownload = () => {
|
|||||||
</p>
|
</p>
|
||||||
<el-divider />
|
<el-divider />
|
||||||
|
|
||||||
<p class="mb-4! mt-4">
|
<p class="my-4!">
|
||||||
结合表单校验进行<span class="text-[red]">手动上传</span>
|
结合表单校验进行<span class="text-[red]">手动上传</span>
|
||||||
<span class="text-[14px]">
|
<span class="text-[14px]">
|
||||||
(可先打开浏览器控制台找到Network,然后填写表单内容后点击点提交观察请求变化)
|
(可先打开浏览器控制台找到Network,然后填写表单内容后点击点提交观察请求变化)
|
||||||
|
@ -106,7 +106,7 @@ onMounted(() => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="px-4 pt-2 pb-4 border-t border-t-gray-800">
|
<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 }}
|
{{ item.name }}
|
||||||
</h4>
|
</h4>
|
||||||
<div
|
<div
|
||||||
|
@ -118,7 +118,7 @@ const {
|
|||||||
</div>
|
</div>
|
||||||
<el-popconfirm title="是否确认删除?" @confirm="onbatchDel">
|
<el-popconfirm title="是否确认删除?" @confirm="onbatchDel">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button type="danger" text class="mr-2!"> 批量删除 </el-button>
|
<el-button type="danger" text class="mr-1!"> 批量删除 </el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-popconfirm>
|
</el-popconfirm>
|
||||||
</div>
|
</div>
|
||||||
|
@ -117,7 +117,7 @@ defineExpose({ onTreeReset });
|
|||||||
</template>
|
</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
<el-dropdown :hide-on-click="false">
|
<el-dropdown :hide-on-click="false">
|
||||||
<More2Fill class="w-[28px] cursor-pointer outline-none" />
|
<More2Fill class="w-[28px] cursor-pointer outline-hidden" />
|
||||||
<template #dropdown>
|
<template #dropdown>
|
||||||
<el-dropdown-menu>
|
<el-dropdown-menu>
|
||||||
<el-dropdown-item>
|
<el-dropdown-item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user