fix:联系方式

This commit is contained in:
zhaohy
2024-07-16 15:42:49 +08:00
parent c68dc4deb7
commit d29c724920
11 changed files with 997 additions and 191 deletions

View File

@@ -146,7 +146,7 @@
</template>
<script lang="ts" setup>
import { NsMessage } from '/nerv-lib/component';
import { ref, toRaw } from 'vue';
import { ref } from 'vue';
import type { SelectProps } from 'ant-design-vue';
import type { ShowSearchType } from 'ant-design-vue/es/cascader';
import { device } from '/@/api/deviceManage';
@@ -154,7 +154,6 @@
import { http } from '/nerv-lib/util';
import type { Rule } from 'ant-design-vue/es/form';
import { async } from '@antv/x6/lib/registry/marker/async';
const visible = ref(false);
@@ -505,7 +504,7 @@
.grey-background.ant-switch .ant-switch-handle {
background-color: grey !important;
}
/deep/ .ant-form-item-label {
:deep(.ant-form-item-label) {
z-index: 20;
text-align: right;
width: 23%;