Przeglądaj źródła

1、表单样式错乱问题

yys 1 miesiąc temu
rodzic
commit
aa7989f300

+ 1 - 1
src/components/H5/FormWrapper.vue

@@ -116,7 +116,7 @@ export default {
 }
 </script>
 
-<style>
+<style scoped>
 .el-form-item__label{
   text-align: center !important;
 }

+ 1 - 1
src/views/live/liveAnchor/index.vue

@@ -356,7 +356,7 @@ export default {
   }
 };
 </script>
-<style >
+<style scoped>
 .el-form-item__label {
   width: 120px !important;
 }