Преглед на файлове

月报分析反馈改造

洪海涛 преди 4 години
родител
ревизия
b66eeb9223
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/views/monthlyReport/childrenPage/editReport/components/VarText.vue

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