فهرست منبع

1、表单样式错乱问题

yys 1 هفته پیش
والد
کامیت
aa7989f300
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/components/H5/FormWrapper.vue
  2. 1 1
      src/views/live/liveAnchor/index.vue

+ 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;
 }