Browse Source

组件样式调整

zq940222 4 tháng trước cách đây
mục cha
commit
8817e7e5cc

+ 2 - 1
src/views/adweb/keywords/SeoKeywordsList.vue

@@ -286,7 +286,8 @@ function downloadTemplate() {
 
 <style scoped>
 .r1 {
-  margin: 20px;
+  margin-left: 20px;
+  margin-top: 20px;
   .choose-site {
     display: flex;
   }

+ 1 - 1
src/views/adweb/seo/SeoKeywordsRankList.vue

@@ -3,7 +3,7 @@
     <a-row class="r1">
       <a-col :span="24">
         <div class="choose-site">
-          <span class="t1">{{ siteinfo.length > 1 ? "请选择站点:" : "套餐:" }}</span>
+          <span class="t1">{{ siteinfo.length > 1 ? "站点:" : "套餐:" }}</span>
           <select-site v-if="siteinfo.length > 1" @set-site-info="changeSite" selectWidth="300px" />
           <span style="margin-left: 16px"
                 class="t1">{{ (selectSiteInfo.planName && selectSiteInfo.planType !== "STATIONCONSTRUCTION") ? selectSiteInfo.planName : "暂无SEO推广套餐~"

+ 1 - 1
src/views/dashboard/Analysis/homePage/adweb3Home.vue

@@ -5,7 +5,7 @@
       <a-col :span="24">
         <div style="display: flex;margin-top: 20px">
           <span class="t1">
-            站点
+            站点
           </span>
           <template v-if="siteinfo.length > 1">
             <select-site @comMethods="changeUser" :comProps="parentValue" selectWidth="300px"