diff options
| author | 2024-03-02 03:09:10 +0800 | |
|---|---|---|
| committer | 2024-03-02 03:09:10 +0800 | |
| commit | ac0dbc5b1c9b48079e3a450794030b3e0bc6096a (patch) | |
| tree | 13524a98173b4f7b0b19821e9d8f216134f9e061 /site/src/components/Left.vue | |
| parent | 679ca51b78cda9044dc8d8eb3fa246fd76cb227e (diff) | |
| download | HydroRoll-ac0dbc5b1c9b48079e3a450794030b3e0bc6096a.tar.gz HydroRoll-ac0dbc5b1c9b48079e3a450794030b3e0bc6096a.zip | |
refactor(site): rewrite with vuejs (#93)
* chore: update package version
* Refactor site (#87)
* 补全changelog文件
* 补全changelog文件
* 补全changelog文件
* 完成基本的markdown渲染
* 提交新的css (#88)
* 补全changelog文件
* 补全changelog文件
* 补全changelog文件
* 完成基本的markdown渲染
* 添加新的css
* Refactor site (#92)
* 补全changelog文件
* 补全changelog文件
* 补全changelog文件
* 完成基本的markdown渲染
* 添加新的css
* 修复倒计时居中
* 初步完成右侧窗口切换
* 优化进度条
* 导入element-plus
* 导入element-plus
* 导入element-plus
* 加入选中提示和禁用提示
* 修改背景颜色
---------
Co-authored-by: 白咕咕 <67865300+baimianxiao@users.noreply.github.com>
Diffstat (limited to 'site/src/components/Left.vue')
| -rw-r--r-- | site/src/components/Left.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/src/components/Left.vue b/site/src/components/Left.vue index 94a90ec..672ba36 100644 --- a/site/src/components/Left.vue +++ b/site/src/components/Left.vue @@ -65,12 +65,18 @@ h3 { } .greetings h1, +.greetings h2 { + text-align: center; +} .greetings h3 { text-align: center; } @media (min-width: 1024px) { .greetings h1, + .greetings h2 { + text-align: left; + } .greetings h3 { text-align: left; } |
