hookehuyr

style(cycle-selection): 调整弹窗最大宽度为380px以优化显示

...@@ -207,7 +207,7 @@ onMounted(() => { ...@@ -207,7 +207,7 @@ onMounted(() => {
207 207
208 .cycle-popup { 208 .cycle-popup {
209 width: 100%; 209 width: 100%;
210 - max-width: 500px; 210 + max-width: 380px;
211 height: 70vh; 211 height: 70vh;
212 background: white; 212 background: white;
213 border-radius: 12px; 213 border-radius: 12px;
......