|
@@ -245,12 +245,11 @@ export default defineComponent({
|
|
|
</NModal>
|
|
|
|
|
|
<NModal
|
|
|
- class={['modalTitle', 'background']}
|
|
|
- style={{ width: '910px' }}
|
|
|
+ class={['modalTitle', 'background', styles.suggestWrap]}
|
|
|
+ style={{ width: '730px' }}
|
|
|
v-model:show={showSuggestionViseble.value}
|
|
|
preset="card"
|
|
|
- showIcon={false}
|
|
|
- title="意见反馈">
|
|
|
+ showIcon={false}>
|
|
|
<SuggestionOption
|
|
|
onClose={() =>
|
|
|
(showSuggestionViseble.value = false)
|