Browse Source

style: 样式调整

cuiyalong 2 years ago
parent
commit
4831ec9d65

+ 4 - 4
src/web/staticres/common-module/mainSearch/js/advanced-project-table-mobile.js

@@ -56,16 +56,16 @@ var advanceProjectTable = {
         if (this.platform === 'wx') {
             html += `<li>
                 <p class="name">业主单位</p>
-                <div class="unitcenter caigouunit"
-                    <p class="textcontent ${hasOwnerAnchor}" data-cl-event="c_wx_unitportrait_buttonclick">${this.tableInfo.owner}</p>
+                <div class="unitcenter caigouunit">
+                    <p class="textcontent ${hasOwnerAnchor}" style="width: 3.8rem" data-cl-event="c_wx_unitportrait_buttonclick">${this.tableInfo.owner}</p>
                     <span class="go-look go-buyer ${hasOwnerAnchor}" data-cl-event="c_wx_unitportrait_buttonclick">立即查看</span>
                 </div>
             </li>`
         } else {
-            html += `<li class="caigouunit commonUser">
+            html += `<li class="caigouunit">
                 <p class="name">业主单位</p>
                 <div class="unitcenter">
-                    <p class="textcontent ${hasOwnerAnchor}">${this.tableInfo.owner}</p>
+                    <p class="textcontent ${hasOwnerAnchor}" style="width: 3.8rem">${this.tableInfo.owner}</p>
                     <div class="unitbtn ${hasOwnerAnchor}">
                         立即查看
                         <span class="iconunit" style="display:none;"></span>

+ 2 - 2
src/web/templates/pc/biddetail_rec.html

@@ -891,7 +891,7 @@
 											v-show="ownerEnable"
 											:href-data="'/entpc/unit_portrayal/' + tableInfo.owner"
 											v-text="tableInfo.owner"
-											tip-data="查看采购单位画像"
+											tip-data="查看业主单位画像"
 											class="cont-cont portrait_img fl"></div>
 										<div class="claim claim-no fr" v-if="ownerEnable">认领</div>
 									</template>
@@ -900,7 +900,7 @@
 											v-show="ownerEnable"
 											:href-data="'/swordfish/page_big_pc/unit_portrayal/' + tableInfo.owner"
 											v-text="tableInfo.owner"
-											tip-data="查看采购单位画像"
+											tip-data="查看业主单位画像"
 											class="cont-cont portrait_img fl"></div>
 										<div class="portrait_img only-text fr" v-if="ownerEnable">立即查看</div>
 									</template>