update 调整应急大屏样式·

This commit is contained in:
zk
2024-06-16 14:46:23 +08:00
parent 1645f16579
commit 205273fd61
16 changed files with 453 additions and 410 deletions
@@ -1,5 +1,5 @@
<template>
<Dialog :openVis="visible" width="50%" :title="title" @close="closeDialog" :maskClosable="false">
<Dialog class="phone-dialog" :openVis="visible" width="50%" :title="title" @close="closeDialog" :maskClosable="false">
<template #container>
<div v-if="useForm" class="form-container">
<Form :model="formRecord" :label-width="100" v-bind="formItemLayout">
@@ -102,8 +102,16 @@
});
</script>
<style scoped lang="less">
.phone-dialog {
overflow: auto;
}
.form-container {
margin: 10px 0;
:deep(.ant-form-item-label > label) {
color: var(--formLabel);
}
}
.table-container {