style: 调整对话框默认可拖拽,表格默认可调整列宽

This commit is contained in:
2024-05-30 21:43:52 +08:00
parent 4372103704
commit 5581d3fd89
13 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a-modal v-model:visible="visible" :width="width >= 600 ? '70%' : '100%'" :footer="false" @close="reset">
<a-modal v-model:visible="visible" :width="width >= 600 ? '70%' : '100%'" :footer="false" draggable @close="reset">
<a-typography :style="{ marginTop: '-40px', textAlign: 'center' }">
<a-typography-title>
{{ dataDetail?.title }}