Browse Source

预览样式修改

wolyshaw 4 years ago
parent
commit
589f6965c5

+ 1 - 2
src/views/resetTeaming/components/resetPayList.vue

@@ -368,8 +368,7 @@
       <subject-preview :subjectId="dialogSubjectId"
                        :calenderId="dialogCalenderId"></subject-preview>
       <div slot="footer">
-        <el-button type="primary"
-                   @click="previewVisible = false">确 定</el-button>
+        <el-button @click="previewVisible = false">确 定</el-button>
       </div>
     </el-dialog>
   </div>

+ 1 - 0
src/views/resetTeaming/modals/subject-preview.vue

@@ -497,6 +497,7 @@ export default {
 <style lang="less" scoped>
 
 .noticeInfo {
+  line-height: 1.8;
     h2 {
         font-size: 18px;
         color: #1a1a1a;