Kaynağa Gözat

Merge branch 'cpq-dev' of wangfan/adweb3-web into master

chenpeiqing 3 ay önce
ebeveyn
işleme
7fa83fc387

+ 10 - 1
src/assets/less/common.less

@@ -113,10 +113,11 @@
 
   .search-form {
     position: fixed;
-    width: 100%;
+    width: calc(100% - 210px);
     z-index: 999;
     top: 110px;
     background-color: #f5f5f5;
+    left: 220px;
     //background-color: var(--header-bg-color) !important;
 
     .search-form-container {
@@ -125,3 +126,11 @@
     }
   }
 }
+
+.home{
+
+  .search-form {
+    width: calc(100% - 250px);
+    left: 230px;
+  }
+}

+ 0 - 4
src/views/adweb/keywords/SeoKeywordsList.vue

@@ -271,10 +271,6 @@
 </script>
 
 <style scoped>
-  .table-page-search-wrapper {
-    padding: 0 20px;
-  }
-
   .r1 {
     margin-left: 20px;
     margin-top: 20px;

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

@@ -1069,7 +1069,6 @@
 
 <style lang="less" scoped>
   .r1 {
-    padding: 0 20px;
     .choose-site {
       display: flex;
     }