Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

适配宽屏,同时修改 vite.config.ts 的部分内容 #235

Closed
wants to merge 0 commits into from

Conversation

conglinyizhi
Copy link
Contributor

为符合更新的标准,将 path 修改为 node:path

@MX-fox MX-fox requested review from fy0 and JustAnotherID August 18, 2024 17:08
src/App.vue Outdated
@@ -13,10 +13,8 @@ onMounted(async () => {
</script>

<template>
<div class="mx-auto w-full max-w-screen-lg h-full">
Copy link
Contributor

@JustAnotherID JustAnotherID Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

限制最大宽度是特意设计的,放开后在宽屏会不会导致空白异常的大?能否截个预览图呢?

src/App.vue Outdated
:font="{fontSize: 24}"
:gap="[100, 32]">
<div class="mx-auto w-full h-full">
<el-watermark :content="testMode ? '仅用于展示,修改无效' : ''" :font="{ fontSize: 24 }" :gap="[100, 32]">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

纯格式化还是回滚一下?和修改的提交不要混一起好了

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,这个我可能会关闭,我会在空闲时间重新完成这个修改,因为我对 git 不太熟悉,参考 #234,撤回云端的同步会非常头疼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants