Browse Source

工作汇报

qymljy 11 months ago
parent
commit
d10edd982b
1 changed files with 8 additions and 6 deletions
  1. 8 6
      src/HDrpManagement/workReport/modules/aside/index.vue

+ 8 - 6
src/HDrpManagement/workReport/modules/aside/index.vue

@@ -64,11 +64,13 @@
                   <span>{{ $t(item.position) }}</span>
                 </div>
                 <p>{{ item.phonenumber }}</p>
-                <p>{{ item.createdate }}</p>
               </div>
             </div>
-            <div class="item-right">
-              <span style="color: #3874F6">{{ $t(item.reportname) }}</span>
+            <div style="padding: 2px 10px;">
+              <div class="item-right">
+                <span style="color: #3874F6">{{ $t(item.reportname) }}</span>
+              </div>
+              <p style="font-size: 12px">{{ item.createdate }}</p>
             </div>
           </div>
         </div>
@@ -211,7 +213,7 @@ export default {
 .aside {
   font-size: 14px;
   height: calc(100vh - 250px);
-  background-color: rgba(56,116,246,0.15);
+  background-color: rgba(230,234,242,0.15);
   border-right: 1px solid #cccccc;
 }
 .aside .aside-header {
@@ -305,8 +307,8 @@ export default {
 }
 .list .list-item .item-right {
   background-color: rgba(56,116,246,0.15);
-  padding: 2px 10px;
+  padding: 2px 0;
   border-radius: 4px;
-  margin-right: 10px;
+  text-align: center;
 }
 </style>