File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
src/platform/assets/components Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" upload-model-upgrade-modal flex flex-col justify-between gap-10 p-4 border-t border-border-default"
3+ class =" flex flex-col justify-between gap-10 p-4 border-t border-border-default w-auto max-w-[min(500px,90vw)] "
44 >
55 <UploadModelUpgradeModalBody />
66
@@ -28,10 +28,3 @@ function handleSubscribe() {
2828 showSubscriptionDialog ()
2929}
3030 </script >
31-
32- <style scoped>
33- .upload-model-upgrade-modal {
34- width : auto ;
35- max-width : min (500px , 90vw );
36- }
37- </style >
Original file line number Diff line number Diff line change 2828import TextButton from ' @/components/button/TextButton.vue'
2929
3030const emit = defineEmits <{
31- close: [],
31+ close: []
3232 subscribe: []
3333}>()
3434 </script >
You can’t perform that action at this time.
0 commit comments