File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
MaiChartManager/Front/src/components Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ export default defineComponent({
1414 set : ( val ) => props . closeModal ( )
1515 } )
1616
17- return ( ) => < NDrawer v-model :show = { show . value } width = { 500 } placement = "right " >
17+ return ( ) => < NDrawer v-model :show = { show . value } height = { 350 } placement = "bottom " >
1818 < NDrawerContent title = "可以选择的文件类型" >
1919 < NFlex vertical size = "large" >
20- 包含以下文件的文件夹
21- < div class = "grid cols-[2fr_1fr] justify-items-center h-50 gap-5" >
20+ 包含以下文件的文件夹,或者,一个包含一些这样的文件夹的文件夹
21+ < div class = "grid cols-[2fr_1fr] justify-items-center h-50 gap-5 w-50% " >
2222 < NFlex vertical align = "center" class = "w-full" size = "small" >
2323 < FileContentIcon type = "maidata" />
2424 maidata.txt
@@ -34,7 +34,6 @@ export default defineComponent({
3434 </ NFlex >
3535 </ div >
3636 </ div >
37- 或者,一个包含一些这样的文件夹的文件夹
3837 </ NFlex >
3938 </ NDrawerContent >
4039 </ NDrawer > ;
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ export default defineComponent({
101101 { selectedADir . value !== 'A000' && < NButton secondary class = { `${ ! props . song . isAcbAwbExist && "w-full" } ` } onClick = { uploadFlow } loading = { load . value } > { props . song . isAcbAwbExist ? '替换' : '设置' } 音频</ NButton > }
102102
103103 { /* 打开文件对话框一般在左上角,所以在右边显示一个 Drawer */ }
104- < NDrawer v-model :show = { tipShow . value } width = { 500 } placement = "right " >
104+ < NDrawer v-model :show = { tipShow . value } height = { 200 } placement = "bottom " >
105105 < NDrawerContent title = "可以选择的文件类型" >
106- < div class = "grid cols-2 justify-items-center text-8em gap-10" >
106+ < div class = "grid cols-4 justify-items-center text-8em gap-10" >
107107 < FileTypeIcon type = "WAV" />
108108 < FileTypeIcon type = "MP3" />
109109 < FileTypeIcon type = "OGG" />
You can’t perform that action at this time.
0 commit comments