|
@@ -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 {
|