diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index f9e25291..6791caef 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -100,3 +100,8 @@ background: url('/images/contribute.png') no-repeat 100% / 100%; background-position:top; } +.portal-images-title{ + display: inline-block; + vertical-align: top; + padding: 4px 12px; + } diff --git a/src/assets/styles/portal.scss b/src/assets/styles/portal.scss index 9e3da5b2..ec489079 100644 --- a/src/assets/styles/portal.scss +++ b/src/assets/styles/portal.scss @@ -13,7 +13,7 @@ body { } .course-index{ - width: 33.3333%; + width: 33.34%; } .xrow{ diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index 27386737..a1804f79 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -44,7 +44,7 @@
- + {{ data.views}}
diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 05322f84..faa2e298 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -23,7 +23,7 @@
推荐案例
-
关注
+
我的关注
diff --git a/src/icons/svg/eyes.svg b/src/icons/svg/eyes.svg index 12c33c9e..82046746 100644 --- a/src/icons/svg/eyes.svg +++ b/src/icons/svg/eyes.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/utils/constants.js b/src/utils/constants.js index 2a3377ca..80e5d4b7 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -1,6 +1,6 @@ /**页面设置的一些常量*/ const constants={ - fileBaseUrl:'http://127.0.0.1/pc/cdn/upload', + fileBaseUrl:'http://192.168.0.10/pc/cdn/upload', newLoginKey:'boe_new_login' } diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 3bbbea19..023b80e1 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -102,46 +102,46 @@

好评榜

人气榜

diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 1e391947..ee9a5bd0 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -99,7 +99,6 @@
{{ orgDomainTranslate(item.orgDomain) }}
{{ orgDomainTranslate(item.orgDomainParent) }}
{{ majorTypeTranslate(item) }}
-
{{ item.keyword1 }}
{{ item.keyword2 }}
{{ item.keyword3 }}
@@ -141,46 +140,46 @@

好评榜

人气榜

diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index b59781fb..97cd3b75 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -10,7 +10,7 @@
- +
@@ -84,13 +79,13 @@
- + 提问题

贡献榜

    -
  • +
  • @@ -421,9 +416,8 @@ export default { height: 240px; background: url('/images/qa-banner.png'); } - - ::v-deep .el-card__body{ - padding: 0; + .el-card{ + border: none; } ::v-deep .bacolor:nth-child(odd){ background-color: #fff; @@ -488,9 +482,9 @@ export default { .left-div { .quyer-tag { .order-class{ - padding:0px 12px; + padding:4px 8px; color: #6E7B84; - line-height: 32px; + line-height: 20px; border-radius: 0px; }