企业信息补全页面样式优化
This commit is contained in:
@@ -866,10 +866,10 @@ defineExpose({
|
|||||||
line-height: 1.4
|
line-height: 1.4
|
||||||
|
|
||||||
&.intro-text
|
&.intro-text
|
||||||
max-height: 80rpx
|
max-height: 160rpx
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
text-overflow: ellipsis
|
line-height: 1.4
|
||||||
white-space: nowrap
|
text-align: right
|
||||||
|
|
||||||
.contact-section
|
.contact-section
|
||||||
margin-top: 20rpx
|
margin-top: 20rpx
|
||||||
@@ -934,6 +934,7 @@ defineExpose({
|
|||||||
|
|
||||||
.bottom-actions
|
.bottom-actions
|
||||||
position: fixed
|
position: fixed
|
||||||
|
z-index: 100
|
||||||
bottom: 0
|
bottom: 0
|
||||||
left: 0
|
left: 0
|
||||||
right: 0
|
right: 0
|
||||||
@@ -988,7 +989,6 @@ defineExpose({
|
|||||||
.popup-actions
|
.popup-actions
|
||||||
display: flex
|
display: flex
|
||||||
gap: 20rpx
|
gap: 20rpx
|
||||||
|
|
||||||
.popup-cancel, .popup-confirm
|
.popup-cancel, .popup-confirm
|
||||||
flex: 1
|
flex: 1
|
||||||
height: 70rpx
|
height: 70rpx
|
||||||
|
|||||||
@@ -1007,5 +1007,7 @@ function complete() {
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 90rpx
|
line-height: 90rpx
|
||||||
|
position: relative
|
||||||
|
z-index: 100
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user