perf: 从tailwind.css中移除不常用的@apply

This commit is contained in:
xiaoxian521
2022-09-11 11:32:10 +08:00
parent ad6ced45cc
commit fafbdc7c69
11 changed files with 10 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ emitter.on("openPanel", () => {
<template>
<div :class="{ show: show }" class="right-panel-container">
<div class="right-panel-background" />
<div ref="target" class="right-panel bg-white dark:bg-dark">
<div ref="target" class="right-panel bg-bg_color">
<div class="right-panel-items">
<div class="project-configuration">
<h3 class="dark:text-white">项目配置</h3>