Skip to content

Commit 9d45cd2

Browse files
committed
fix: 修复新版悬浮框下弹窗宽度异常的问题
1 parent 3ad52c0 commit 9d45cd2

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- refactor: 重构等级查询功能,优先从 connect 获取数据,如果处于未开启 connect 时再从主页拉去数据作为兼容 #235
2-
- feat: 新增查看浏览历史悬浮按钮 #247
1+
- fix: 修复新版悬浮框下弹窗宽度异常的问题

entrypoints/SettingComponents/Button/LevelDialog.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,7 @@ export default {
349349
position: fixed;
350350
bottom: 20px;
351351
right: 90px;
352-
width: 100%;
353-
max-width: 450px;
352+
width: 450px;
354353
background-color: var(--secondary);
355354
padding: 20px;
356355
z-index: 10000;

entrypoints/SettingComponents/Button/ViewHistoryList.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default {
6868
position: fixed;
6969
bottom: 20px;
7070
right: 90px;
71-
width: 100%;
7271
width: 450px;
7372
background-color: var(--secondary);
7473
padding: 20px 5px 20px 20px;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linuxdo-scripts",
33
"description": "manifest.json description",
44
"private": true,
5-
"version": "1.4.6",
5+
"version": "1.4.7",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

version-log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.7
2+
3+
- fix: 修复新版悬浮框下弹窗宽度异常的问题
4+
15
## 1.4.6
26

37
- refactor: 重构等级查询功能,优先从 connect 获取数据,如果处于未开启 connect 时再从主页拉去数据作为兼容 #235

0 commit comments

Comments
 (0)