mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-13 17:30:27 +08:00
refactor: 升级tailwindcss至v4版本,带来更快的构建速度、更简化的安装和配置、提供专属vite插件 (#1203)
This commit is contained in:
@@ -62,7 +62,7 @@ function onCloseTags() {
|
||||
<el-button
|
||||
v-for="index in 6"
|
||||
:key="index"
|
||||
class="m-2"
|
||||
class="m-2!"
|
||||
@click="toDetail({ id: index }, 'query')"
|
||||
>
|
||||
打开{{ index }}详情页
|
||||
@@ -83,7 +83,7 @@ function onCloseTags() {
|
||||
<el-button
|
||||
v-for="index in 6"
|
||||
:key="index"
|
||||
class="m-2"
|
||||
class="m-2!"
|
||||
@click="toDetail({ id: index }, 'params')"
|
||||
>
|
||||
打开{{ index }}详情页
|
||||
@@ -93,7 +93,7 @@ function onCloseTags() {
|
||||
<el-divider />
|
||||
<el-tree-select
|
||||
v-model="currentValues"
|
||||
class="!w-[300px]"
|
||||
class="w-[300px]!"
|
||||
node-key="uniqueId"
|
||||
placeholder="请选择要关闭的标签"
|
||||
clearable
|
||||
@@ -112,7 +112,7 @@ function onCloseTags() {
|
||||
<span>{{ transformI18n(data.meta.title) }}</span>
|
||||
</template>
|
||||
</el-tree-select>
|
||||
<el-button class="m-2" @click="onCloseTags">关闭标签</el-button>
|
||||
<el-button class="m-2!" @click="onCloseTags">关闭标签</el-button>
|
||||
|
||||
<el-divider />
|
||||
<el-button @click="router.push({ name: 'Menu1-2-2' })">
|
||||
|
||||
Reference in New Issue
Block a user