Luolei 6 years atrás
parent
commit
54847d0f1b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/icss/CommonTemplate.vue

+ 3 - 3
src/components/icss/CommonTemplate.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="symptomTagGroupWrapper clearfix">
+  <div class="templateTagGroupWrapper clearfix">
     <div class="bottomPartLeft">
       <p class="poolTitle">标签池</p>
       <div class="pool">
@@ -384,7 +384,7 @@ export default {
 </script>
 <style lang="less" scoped>
 @import "../../less/common.less";
-.symptomTagGroupWrapper {
+.templateTagGroupWrapper {
   .bottomPartLeft {
     width: 30%;
     box-sizing: border-box;
@@ -447,7 +447,7 @@ export default {
       }
     }
   }
-  .bottomPartRight {
+  .bottomPartRightTemplate {
     float: left;
     width: 60%;
       .arrowWrap {