瀏覽代碼

样式调整

Karsa 3 年之前
父節點
當前提交
8794742092
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      src/views/priceDriven/detail.vue

+ 7 - 2
src/views/priceDriven/detail.vue

@@ -284,7 +284,7 @@ onUnmounted(() => {
           <div class="section">
             <h3>更新时间:</h3>
             <p class="time">
-              {{ info.modify_time }}
+              {{ moment(info.modify_time).format('YYYY年MM月DD日 ddd') }}
               <img
                 src="@/assets/pricedriven/new_ico.png"
                 alt=""
@@ -534,7 +534,7 @@ onUnmounted(() => {
   }
   .no-auth-wrap {
     text-align: center;
-    color: #f3a52f;
+    color: #999;
     margin-top: 150px;
     min-height: 200px;
     position: relative;
@@ -557,3 +557,8 @@ onUnmounted(() => {
   }
 }
 </style>
+<style lang="scss">
+  p[data-f-id="pbf"] {
+    display: none !important;
+  }
+</style>