fix: lint
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
.element-listener-item {
|
.element-listener-item {
|
||||||
display: inline-grid;
|
display: inline-grid;
|
||||||
grid-template-columns: 16px auto 32px 32px;
|
grid-template-columns: 16px auto 32px 32px;
|
||||||
grid-column-gap: 8px;
|
column-gap: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ async function updateDeviceConfig() {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #333;
|
color: #333;
|
||||||
word-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import type { FileType } from 'ant-design-vue/es/upload/interface';
|
import type { FileType } from 'ant-design-vue/es/upload/interface';
|
||||||
|
|
||||||
import type { IotDeviceApi } from '#/api/iot/device/device';
|
import type { IotDeviceApi } from '#/api/iot/device/device';
|
||||||
|
|
||||||
import { useVbenModal } from '@vben/common-ui';
|
import { useVbenModal } from '@vben/common-ui';
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ watch(tslString, (newValue) => {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #333;
|
color: #333;
|
||||||
word-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
.element-listener-item {
|
.element-listener-item {
|
||||||
display: inline-grid;
|
display: inline-grid;
|
||||||
grid-template-columns: 16px auto 32px 32px;
|
grid-template-columns: 16px auto 32px 32px;
|
||||||
grid-column-gap: 8px;
|
column-gap: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ export * from './card/summary-card';
|
|||||||
export * from './col-page';
|
export * from './col-page';
|
||||||
export * from './content-wrap';
|
export * from './content-wrap';
|
||||||
export * from './count-to';
|
export * from './count-to';
|
||||||
export * from './doc-alert';
|
|
||||||
export * from './cropper';
|
export * from './cropper';
|
||||||
|
export * from './doc-alert';
|
||||||
export * from './ellipsis-text';
|
export * from './ellipsis-text';
|
||||||
export * from './icon-picker';
|
export * from './icon-picker';
|
||||||
export * from './iframe';
|
export * from './iframe';
|
||||||
|
|||||||
@@ -407,7 +407,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|||||||
font-variant-ligatures: contextual;
|
font-variant-ligatures: contextual;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
word-wrap: normal;
|
overflow-wrap: normal;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
@@ -419,7 +419,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|||||||
|
|
||||||
.CodeMirror-wrap pre {
|
.CodeMirror-wrap pre {
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
word-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user