fix: lint

This commit is contained in:
xingyu4j
2026-01-26 10:34:14 +08:00
parent 6d60071515
commit 24b8bba754
7 changed files with 8 additions and 7 deletions

View File

@@ -190,7 +190,7 @@ async function updateDeviceConfig() {
font-size: 13px;
line-height: 1.5;
color: #333;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: pre-wrap;
}

View File

@@ -1,5 +1,6 @@
<script lang="ts" setup>
import type { FileType } from 'ant-design-vue/es/upload/interface';
import type { IotDeviceApi } from '#/api/iot/device/device';
import { useVbenModal } from '@vben/common-ui';

View File

@@ -106,7 +106,7 @@ watch(tslString, (newValue) => {
font-size: 13px;
line-height: 1.5;
color: #333;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: pre-wrap;
}