Przeglądaj źródła

23951 (v1.1.0全景看看)我的素材-全景图片,提示弹框大小格式未统一

任一存 4 lat temu
rodzic
commit
91f291e796
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      src/components/shared/message/Confirm.vue

+ 8 - 1
src/components/shared/message/Confirm.vue

@@ -79,4 +79,11 @@ export default {
         }
     }
 };
-</script>
+</script>
+
+<style lang="less" scoped>
+.ui-message {
+  width: 400px;
+  height: 230px;
+}
+</style>