feat: 页面调整组件属性升级
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { Modal, message } from 'ant-design-vue/lib';
|
||||
import { Modal, message } from 'ant-design-vue/es';
|
||||
import { onMounted, reactive } from 'vue';
|
||||
import useAppStore from '@/store/modules/app';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
@@ -64,7 +64,7 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a-row :gutter="16">
|
||||
<a-row>
|
||||
<a-col :lg="12" :md="12" :xs="24" style="margin-bottom: 30px">
|
||||
<a-form layout="vertical" v-if="state.edite">
|
||||
<a-form-item>
|
||||
@@ -111,7 +111,8 @@ onMounted(() => {
|
||||
|
||||
<style lang="less" scoped>
|
||||
.sys-copyright {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
color: inherit;
|
||||
opacity: 0.75;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
|
||||
Reference in New Issue
Block a user