diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index fb3c6e96..cd08e918 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -15,7 +15,9 @@ body { text-rendering: optimizeLegibility; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; } - +:not([class*="icon"]):not(.fa):not(.fas):not(i) { + font-family: "Menlo", "苹方-简" !important; + } .el-message { top: 15%!important } @@ -389,3 +391,4 @@ li{ line-height: 50px; } } + diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 93dce25f..c1f7e9e0 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -351,7 +351,7 @@ // } .portal-images-title{ vertical-align: top; - padding: 2px 12px; + // padding: 2px 12px; line-height: 24px; } /**滚动条的宽度*/ @@ -587,6 +587,8 @@ } } .qa-top{ + display: flex; + justify-content: space-between; & span:first-child{ // height: 24px; background: rgba($color: #387DF7, $alpha: 0.05); diff --git a/src/assets/styles/uc.scss b/src/assets/styles/uc.scss index c0dd139b..161d20a6 100644 --- a/src/assets/styles/uc.scss +++ b/src/assets/styles/uc.scss @@ -97,3 +97,6 @@ .uc-select{ width: 125px; } +.el-select-dropdown__item{ + text-align: center; +} \ No newline at end of file diff --git a/src/components/Portal/artauthor.vue b/src/components/Portal/artauthor.vue new file mode 100644 index 00000000..668891cd --- /dev/null +++ b/src/components/Portal/artauthor.vue @@ -0,0 +1,168 @@ + + + + + + diff --git a/src/components/Portal/comments.vue b/src/components/Portal/comments.vue index 40f29474..b69caeb4 100644 --- a/src/components/Portal/comments.vue +++ b/src/components/Portal/comments.vue @@ -72,7 +72,8 @@