xuqiang 4 年之前
父节点
当前提交
90c9e8809e

+ 5 - 4
src/main/pc-space/src/views/AssetDetail.vue

@@ -130,7 +130,7 @@
                         <img class="price3" src="../assets/img/icon_jiage@3x.png" alt="" />
                         <div class="price4">{{ info.sellPrice || 0 }}</div>
                         <div class="price2" v-if="info.royalties">
-                            含<span>{{ info.royalties }}%</span>版税
+                            含 <span>{{ info.royalties }}%</span> 版税
                         </div>
                     </div>
                     <div class="status" v-else-if="info.status === 'NORMAL'">
@@ -155,7 +155,7 @@
                                 <div class="btn-list">
                                     <div class="buy" @click="changeShow">
                                         <i class="font_family icon-icon-gongkaizhanshi"></i>
-                                        <span>{{ info.publicShow ? '改为展示' : '公开展示' }}</span>
+                                        <span>{{ info.publicShow ? '改为展示' : '公开展示' }}</span>
                                     </div>
 
                                     <el-button @click="Consignment" class="buy" type="primary" size="default"
@@ -315,7 +315,7 @@
                             </el-table-column>
                             <el-table-column prop="operation" label="操作" width="305">
                                 <template slot-scope="scope">
-                                    <div style="font-size: 14px">
+                                    <div style="font-size: 14px; color: #939599">
                                         {{ scope.row.operation }}
                                         <span v-if="scope.row.price">{{ scope.row.price }}</span>
                                     </div>
@@ -331,7 +331,7 @@
                             </el-table-column>
                             <el-table-column prop="createdAt" label="时间">
                                 <template slot-scope="scope">
-                                    <div style="font-size: 14px">
+                                    <div style="font-size: 14px; color: #939599">
                                         {{ scope.row.createdAt }}
                                     </div>
                                 </template>
@@ -1506,6 +1506,7 @@ export default {
         }
         /deep/ .cell {
             font-size: 12px;
+            color: #939599;
         }
         /deep/ .el-table td,
         .el-table th.is-leaf {

+ 3 - 3
src/main/pc-space/src/views/CollectionDetail.vue

@@ -149,7 +149,7 @@
                             <img class="price3" src="../assets/img/icon_jiage@3x.png" alt="" />
                             <div class="price4">{{ info.price }}</div>
                             <div class="price2" v-if="info.royalties">
-                                含<span>{{ info.royalties }}%</span>版税
+                                含 <span>{{ info.royalties }}%</span> 版税
                             </div>
                         </div>
                         <el-button
@@ -293,7 +293,7 @@
                             </el-table-column>
                             <el-table-column prop="operation" label="操作" width="305">
                                 <template slot-scope="scope">
-                                    <div style="font-size: 14px">
+                                    <div style="font-size: 14px; color: #939599">
                                         {{ scope.row.operation }}
                                         <span v-if="scope.row.price">{{ scope.row.price }}</span>
                                     </div>
@@ -308,7 +308,7 @@
                             </el-table-column>
                             <el-table-column prop="createdAt" label="时间">
                                 <template slot-scope="scope">
-                                    <div style="font-size: 14px">
+                                    <div style="font-size: 14px; color: #939599">
                                         {{ scope.row.createdAt }}
                                     </div>
                                 </template>

+ 5 - 2
src/main/pc-space/src/views/Submit.vue

@@ -610,8 +610,11 @@ export default {
         }
     }
     &.is-checked {
-        .line(@bg:#E0FFF8,@radius:4px);
-        border-width: 0;
+        background: rgba(253, 251, 96, 0.12);
+        border-radius: 4px;
+        border: 1px solid #ff4f50;
+        // .line(@bg:#E0FFF8,@radius:4px);
+        // border-width: 0;
         .el-radio__label {
             color: #000;
         }