富文本
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<a-spin :spinning="spinning" tip="加载中...">
|
||||
<div class="page-bg-wrap formViewStyle">
|
||||
<div class="page-bg-wrap formViewStyle" :class="isViewForm ? 'pdcss':''">
|
||||
<a-form ref="formRef" :model="formState" :rules="rules" v-bind="layout">
|
||||
<Card title="" :bordered="false" >
|
||||
<a-row>
|
||||
@ -140,6 +140,7 @@
|
||||
const formId = ref(currentRoute.value?.params?.id);
|
||||
const pageType = ref(currentRoute.value.query?.type);
|
||||
const pageId = ref(currentRoute.value.query?.id)
|
||||
const isViewForm = currentRoute.value.path.includes('viewForm')
|
||||
|
||||
const spinning = ref(false);
|
||||
const curIdx = ref(null)
|
||||
@ -318,5 +319,7 @@
|
||||
margin-bottom: 12px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.pdcss {
|
||||
padding: 6px 12px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user