mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-21 08:57:08 +08:00
style: 调整对话框默认可拖拽,表格默认可调整列宽
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user