Skip to content

Commit e48d83c

Browse files
author
veedrin
committed
提高欢迎页面概念视频的z-index
1 parent b7ece40 commit e48d83c

File tree

4 files changed

+103
-47
lines changed

4 files changed

+103
-47
lines changed

app/i18n/en_US/global.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,5 @@
5454
"and": ". ",
5555
"loading": "Loading in progress, please wait",
5656
"offlineInfo": "Cloud Studio will be offline soon,please go to ide.coding.net for our web ide service.",
57-
"gotoIDE": "Go to IDE",
58-
"eventStreamBulletin1": "Dear developer, due to ",
59-
"eventStreamBulletin2": "[ event-stream package event ]",
60-
"eventStreamBulletin3": " Impact, your plugin needs to manually delete the `yarn.lock` file and reinstall the dependencies, then push the code to release a new version or pre-release."
57+
"gotoIDE": "Go to IDE"
6158
}

app/i18n/zh_CN/global.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,5 @@
5454
"and": "",
5555
"loading": "正在加载,请稍后",
5656
"offlineInfo": "Cloud Studio 的专用主机服务即将下线,请前往 ide.coding.net 使用我们的在线 IDE 服务。",
57-
"gotoIDE": "前往 IDE",
58-
"eventStreamBulletin1": "尊敬的开发者,由于受 ",
59-
"eventStreamBulletin2": "[ event-stream 包事件 ]",
60-
"eventStreamBulletin3": " 影响,您的插件需要手动删除 `yarn.lock` 文件并重新安装依赖,再推送代码发布新版本或预发布。"
57+
"gotoIDE": "前往 IDE"
6158
}

app/styles/core-ui/Welcome.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
bottom: 0;
165165
left: 0;
166166
right: 0;
167-
z-index: 300;
167+
z-index: 500;
168168
}
169169
.welcome-page .video-pop.on {
170170
display: block;

package-lock.json

Lines changed: 100 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)