update 调整样式

This commit is contained in:
zk
2024-06-15 18:26:15 +08:00
parent fc6e3a736e
commit 1645f16579
13 changed files with 191 additions and 159 deletions
-1
View File
@@ -59,7 +59,6 @@
.police-con {
color: #ffffff;
background-color: #00152b;
//border: 1px solid #129bff;
padding: 2% 0 2% 5%;
.sub-text {
@@ -11,6 +11,7 @@
<BasicTable
ref="registerTable"
class="table-container"
:class="[themeType]"
:key="visible"
:columns="columns"
:api="getPhoneList"
@@ -27,6 +28,7 @@
import { Form } from 'ant-design-vue';
import { SexType, sexTypeList } from '/@/utils/settings.ts';
import { getPhoneList } from '/@/views/yinChuan/yinChuan.api.ts';
import { useTheme } from '/@/hooks/theme/useTheme.ts';
const props = defineProps({
record: Object,
@@ -37,6 +39,7 @@
setting: Object,
phoneType: String,
});
const { themeType } = useTheme();
const formItemLayout = {
labelCol: {
style: { width: '100px' },