refactor: 升级tailwindcssv4版本,带来更快的构建速度、更简化的安装和配置、提供专属vite插件 (#1203)

This commit is contained in:
xiaoming
2025-04-09 19:09:45 +08:00
committed by GitHub
parent 583feae7b7
commit e08626d443
107 changed files with 2300 additions and 2173 deletions

View File

@@ -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' })">