浏览代码

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

- 将固定定位底部距离从130rpx调整为200rpx
- 优化按钮在页面中的显示位置
李思佳 4 小时之前
父节点
当前提交
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;