Просмотр исходного кода

style(matchmaker): 调整我的资源页面添加按钮位置

- 将固定定位底部距离从130rpx调整为200rpx
- 优化按钮在页面中的显示位置
李思佳 3 часов назад
Родитель
Сommit
ca802a336d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      LiangZhiYUMao/pages/matchmaker-workbench/my-resources.vue

+ 1 - 1
LiangZhiYUMao/pages/matchmaker-workbench/my-resources.vue

@@ -1667,7 +1667,7 @@ export default {
 	/* 添加按钮 */
 	.add-button {
 		position: fixed;
-		bottom: 130rpx;
+		bottom: 200rpx;
 		right: 40rpx;
 		width: 100rpx;
 		height: 100rpx;