bayi 2 lat temu
rodzic
commit
d519ae8619

+ 1 - 1
components/videoPreview/index.less

@@ -251,7 +251,7 @@
     display: flex;
     justify-content: space-between;
     align-items: center;
-    padding: 20rpx 20rpx 8rpx;
+    padding: 20rpx 20rpx 10rpx;
 
     .mangeL-box {
       display: flex;

+ 1 - 1
components/videoPreview/index.wxss

@@ -215,7 +215,7 @@
   display: flex;
   justify-content: space-between;
   align-items: center;
-  padding: 20rpx 20rpx 8rpx;
+  padding: 20rpx 20rpx 10rpx;
 }
 .work .workFooter .mangeL-box {
   display: flex;

+ 1 - 3
pages/notice/index.js

@@ -4,9 +4,7 @@ import {
 import reachBottom from '~/mixins/reachBottom'
 Page({
   behaviors: [reachBottom],
-  data: {
-
-  },
+  data: {},
   onLoad(options) {
     this.resetData()
     getMessageList({}, 'put')

+ 1 - 0
pages/notice/index.less

@@ -26,6 +26,7 @@
 
       .row {
         line-height: 48rpx;
+        text-indent: 2em;
         margin-bottom: 10rpx;
       }
     }

+ 1 - 0
pages/notice/index.wxss

@@ -23,5 +23,6 @@
 }
 .noticeBox .notice .content .row {
   line-height: 48rpx;
+  text-indent: 2em;
   margin-bottom: 10rpx;
 }