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:
@@ -65,6 +65,7 @@ const optionsBasis: Array<OptionsType> = [
|
||||
:icon="item.icon"
|
||||
:color="item.color"
|
||||
width="18"
|
||||
height="18"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -80,11 +81,11 @@ const optionsBasis: Array<OptionsType> = [
|
||||
</div>
|
||||
<ChartLine
|
||||
v-if="item.data.length > 1"
|
||||
class="!w-1/2"
|
||||
class="w-1/2!"
|
||||
:color="item.color"
|
||||
:data="item.data"
|
||||
/>
|
||||
<ChartRound v-else class="!w-1/2" />
|
||||
<ChartRound v-else class="w-1/2!" />
|
||||
</div>
|
||||
</el-card>
|
||||
</re-col>
|
||||
|
||||
Reference in New Issue
Block a user