企业信息补全页面样式优化

This commit is contained in:
冯辉
2025-11-10 19:37:16 +08:00
parent 89529eb0f1
commit 44847c2b82
2 changed files with 6 additions and 4 deletions

View File

@@ -866,10 +866,10 @@ defineExpose({
line-height: 1.4
&.intro-text
max-height: 80rpx
max-height: 160rpx
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
line-height: 1.4
text-align: right
.contact-section
margin-top: 20rpx
@@ -934,6 +934,7 @@ defineExpose({
.bottom-actions
position: fixed
z-index: 100
bottom: 0
left: 0
right: 0
@@ -988,7 +989,6 @@ defineExpose({
.popup-actions
display: flex
gap: 20rpx
.popup-cancel, .popup-confirm
flex: 1
height: 70rpx

View File

@@ -1007,5 +1007,7 @@ function complete() {
color: #FFFFFF;
text-align: center;
line-height: 90rpx
position: relative
z-index: 100
</style>