xuqiang 4 tahun lalu
induk
melakukan
5a69831ba7

+ 2 - 2
src/main/pc-space/src/main.js

@@ -7,8 +7,8 @@ import ElementUI from 'element-ui';
 import 'element-ui/lib/theme-chalk/index.css';
 import common from './mixins/common';
 ElementUI.Dialog.props.closeOnClickModal.default = false;
-// import './styles/common.less';
-// import './styles/font.less';
+import './styles/common.less';
+import './styles/font.less';
 import './styles/app.less';
 
 Vue.prototype.$colors = {

+ 2 - 2
src/main/pc-space/src/views/Casting.vue

@@ -111,7 +111,7 @@ export default {
         width: 276px;
         height: 416px;
         background: #1c1e26;
-
+        .line();
         margin-bottom: 32px;
         border: 1px solid;
         border-image: linear-gradient(135deg, rgba(0, 255, 203, 1), rgba(0, 110, 255, 1)) 1 1;
@@ -119,7 +119,7 @@ export default {
         .imgBox {
             height: 160px;
             width: 100%;
-            // border-radius: 8px 8px 0px 0px;
+            border-radius: 8px 8px 0px 0px;
         }
         .img {
             padding: 5px;

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

@@ -37,7 +37,7 @@ export default {
     data() {
         return {
             tabs: ['我拥有的(10)', '我卖出的(5)', '我铸造的(8)'],
-            active: '我拥有的',
+            active: '我拥有的(10)',
             currentPage4: 4
         };
     },