refactor: remove 'less' (迁移v2代码漏掉了)

This commit is contained in:
dap 2025-03-05 19:29:34 +08:00
parent 7b5fb4f164
commit 11083d5b7e
3 changed files with 5 additions and 6 deletions

View File

@ -230,10 +230,10 @@ function getValue() {
</div>
</template>
<style lang="less">
<style>
.ant-upload-select-picture-card i {
color: #999;
font-size: 32px;
color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {

View File

@ -313,10 +313,10 @@ function getValue() {
</div>
</template>
<style lang="less">
<style>
.ant-upload-select-picture-card i {
color: #999;
font-size: 32px;
color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {

View File

@ -1,6 +1,5 @@
<script lang="ts" setup>
import VueJsonPretty from 'vue-json-pretty';
import 'vue-json-pretty/lib/styles.css';
defineProps<{ data: any }>();
@ -10,7 +9,7 @@ defineProps<{ data: any }>();
<VueJsonPretty :data="data" :deep="3" :show-length="true" path="res" />
</template>
<style lang="less">
<style>
html[class='dark'] {
.vjs-tree-node:hover {
background-color: #333;