|
@@ -156,7 +156,8 @@
|
|
|
:ent-name="info.buyerName"
|
|
|
name="buyer"
|
|
|
titlename="采购单位通讯录"
|
|
|
- style="padding: 32px 40px 32px; margin-top: 0"
|
|
|
+ style="padding: 32px 40px 32px; margin-top: 0;border-bottom-left-radius: 4px;
|
|
|
+ border-bottom-right-radius: 4px;"
|
|
|
v-if="!noBuyerAuth"
|
|
|
></ContactList>
|
|
|
<div class="buyer-phone-list-mask" v-else>
|
|
@@ -216,7 +217,7 @@
|
|
|
></Dynamic-list>
|
|
|
<!-- <unit-list :noauth="noBuyerAuth" :usage="usageInfo" :bidparams="bidInfoParams" v-if="unitlistshow" @list="getList" @click="openCheckPop" @onClickUnlock="goEmitClick"></unit-list>-->
|
|
|
<div class="partingLine"></div>
|
|
|
- <div class="bg-white" style="padding-top: 30px">
|
|
|
+ <div class="bg-white" style="padding-top: 30px; border-top-right-radius: 4px;border-top-left-radius: 4px;">
|
|
|
<div class="markPosition cgfx" v-if="!noBuyerAuth">
|
|
|
<div class="item"></div>
|
|
|
</div>
|
|
@@ -1862,12 +1863,16 @@ export default {
|
|
|
|
|
|
.placeholderbox {
|
|
|
height: 49px;
|
|
|
+ border-top-left-radius: 4px;
|
|
|
+ border-top-right-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.tab-header {
|
|
|
height: 48px;
|
|
|
line-height: 48px;
|
|
|
border-bottom: 1px solid #ececec;
|
|
|
+ border-top-left-radius: 4px;
|
|
|
+ border-top-right-radius: 4px;
|
|
|
|
|
|
a {
|
|
|
text-decoration: none;
|
|
@@ -1920,6 +1925,7 @@ export default {
|
|
|
margin-left: -140px;
|
|
|
transform: translateX(-50%);
|
|
|
z-index: 100;
|
|
|
+ transition: max-width, width 0.5s ease;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2040,6 +2046,7 @@ export default {
|
|
|
position: relative;
|
|
|
padding: 20px 40px 22px;
|
|
|
background: #fff;
|
|
|
+ border-radius: 4px;
|
|
|
|
|
|
.u-top-container {
|
|
|
display: flex;
|
|
@@ -2120,6 +2127,8 @@ export default {
|
|
|
margin-top: 16px;
|
|
|
padding: 32px 32px 0 32px;
|
|
|
background: #fff;
|
|
|
+ border-top-left-radius: 4px;
|
|
|
+ border-top-right-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.u-i-box {
|
|
@@ -2185,6 +2194,10 @@ export default {
|
|
|
margin-left:10px;
|
|
|
}
|
|
|
}
|
|
|
+ .unit-chart{
|
|
|
+ border-bottom-right-radius: 4px;
|
|
|
+ border-bottom-left-radius: 4px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.free-bg {
|