xuqiang %!s(int64=4) %!d(string=hai) anos
pai
achega
89cabd9b9f

+ 1 - 1
src/main/pc-space/src/components/AssetInfo.vue

@@ -204,7 +204,7 @@ export default {
                 .text3 {
                 .text3 {
                     font-size: 14px;
                     font-size: 14px;
                     font-weight: 400;
                     font-weight: 400;
-                    width: 43px;
+                    width: 80px;
                     .ellipsis();
                     .ellipsis();
                     color: #939599;
                     color: #939599;
                     line-height: 24px;
                     line-height: 24px;

+ 1 - 1
src/main/pc-space/src/views/CastingDetail.vue

@@ -70,7 +70,7 @@
                     <el-option v-for="item in typeOptions" :key="item.value" :label="item.label" :value="item.value">
                     <el-option v-for="item in typeOptions" :key="item.value" :label="item.label" :value="item.value">
                     </el-option>
                     </el-option>
                 </el-select> -->
                 </el-select> -->
-                <el-select class="select" v-model="sortStr" placeholder="请选择">
+                <el-select class="select" style="margin-top: 30px" v-model="sortStr" placeholder="请选择">
                     <el-option v-for="item in sortList" :key="item.value" :label="item.label" :value="item.value">
                     <el-option v-for="item in sortList" :key="item.value" :label="item.label" :value="item.value">
                     </el-option>
                     </el-option>
                 </el-select>
                 </el-select>