Fix:5276 【商城小程序】奖品池-奖品名称文字显示长度改为八个字
This commit is contained in:
@@ -740,7 +740,7 @@ export default {
|
||||
bottom: 20rpx;
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
z-index: 2;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.pool-name-wrap {
|
||||
@@ -748,7 +748,7 @@ export default {
|
||||
bottom: 10rpx;
|
||||
right: -10rpx;
|
||||
z-index: 3;
|
||||
max-width: 90%;
|
||||
max-width: 99%;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user