refactor: remove 'less' (迁移v2代码漏掉了)
This commit is contained in:
parent
7b5fb4f164
commit
11083d5b7e
@ -230,10 +230,10 @@ function getValue() {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="less">
|
<style>
|
||||||
.ant-upload-select-picture-card i {
|
.ant-upload-select-picture-card i {
|
||||||
color: #999;
|
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-upload-select-picture-card .ant-upload-text {
|
.ant-upload-select-picture-card .ant-upload-text {
|
||||||
|
@ -313,10 +313,10 @@ function getValue() {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="less">
|
<style>
|
||||||
.ant-upload-select-picture-card i {
|
.ant-upload-select-picture-card i {
|
||||||
color: #999;
|
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-upload-select-picture-card .ant-upload-text {
|
.ant-upload-select-picture-card .ant-upload-text {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import VueJsonPretty from 'vue-json-pretty';
|
import VueJsonPretty from 'vue-json-pretty';
|
||||||
|
|
||||||
import 'vue-json-pretty/lib/styles.css';
|
import 'vue-json-pretty/lib/styles.css';
|
||||||
|
|
||||||
defineProps<{ data: any }>();
|
defineProps<{ data: any }>();
|
||||||
@ -10,7 +9,7 @@ defineProps<{ data: any }>();
|
|||||||
<VueJsonPretty :data="data" :deep="3" :show-length="true" path="res" />
|
<VueJsonPretty :data="data" :deep="3" :show-length="true" path="res" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="less">
|
<style>
|
||||||
html[class='dark'] {
|
html[class='dark'] {
|
||||||
.vjs-tree-node:hover {
|
.vjs-tree-node:hover {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
Loading…
Reference in New Issue
Block a user