Browse Source

fix:招标搜索信息发布按钮样式调整

tsz 3 years ago
parent
commit
a123815679
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/web/templates/pc/supsearch.html

+ 8 - 2
src/web/templates/pc/supsearch.html

@@ -268,6 +268,12 @@
   margin-left: 40px;
 }
 .publish-button .el-button--primary {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  margin-top: 1px;
+  width: 128px;
+  height: 40px;
   background-color: #2CB7CA;
   border: 1px solid #2CB7CA;
   color: #fff;
@@ -279,8 +285,8 @@
   justify-content: center;
   background: #FF3A20;
   padding: 1px 9px;
-  top: 3px;
-  right: 30px;
+  top: 4px;
+  right: 32px;
   border-radius: 9px 9px 9px 0;
   border: none;
 }