Michael Wang 4 년 전
부모
커밋
0e8a158cf5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/QmDialog.vue

+ 2 - 1
src/components/QmDialog.vue

@@ -10,7 +10,7 @@
         class="tw-flex tw-place-content-between"
         @mousedown="handleDragMouseDown"
       >
-        <div class="tw-text-2xl tw-cursor-move">{{ title }}</div>
+        <div class="tw-text-2xl tw-cursor-move tw-flex-grow">{{ title }}</div>
         <a-button shape="circle" @click="$emit('close')">
           <template #icon><CloseOutlined /></template>
         </a-button>
@@ -168,6 +168,7 @@ export default defineComponent({
   background-color: white;
   border: 1px solid grey;
   border-radius: 5px;
+  box-shadow: 4px 6px 2px grey;
 }
 .resize-handler {
   position: absolute;