Forráskód Böngészése

月报分析反馈改造

洪海涛 4 éve
szülő
commit
b66eeb9223

+ 3 - 1
src/views/monthlyReport/childrenPage/editReport/components/VarText.vue

@@ -14,7 +14,7 @@
         />
         <span
           v-if="pageDate.status > 10 && textValue"
-          style="padding: 0;display: inline-block;line-height: 1.65;"
+          style="display: inline-block;line-height: 1.65;    background-color: #f7f7f7; padding: 10px; border-radius: 5px;"
           v-html="textValue.replace(/\n/g, '<br />')"
           />
       </div>
@@ -91,6 +91,8 @@ export default {
 
 <style scoped lang="less">
 .fixedText {
+  //margin-top: 10px;
+  padding-top: 10px;
   .top-title {
     width: 100%;
     display: flex;