优化歌曲信息编辑界面,无内容时 footer 置于屏幕底部 #30

Closed
kylebing wants to merge 1 commits from kylebing/web:master into master
Contributor

界面优化

  • 优化优化歌曲信息编辑界面
  • 无内容时 footer 置于屏幕底部

footer

编辑窗口 - 暗黑

编辑窗口 - 编辑时

编辑窗口 - 查看时

#### 界面优化 - 优化优化歌曲信息编辑界面 - 无内容时 footer 置于屏幕底部 ![ footer](https://git.unlock-music.dev/attachments/1ef2d41d-95d6-404c-b6c5-fa0e5d5ad414) ![编辑窗口 - 暗黑](https://git.unlock-music.dev/attachments/ac0a9b4a-35b6-4d1b-91c0-4497159512b0) ![编辑窗口 - 编辑时](https://git.unlock-music.dev/attachments/aae2c86b-c616-4977-b11d-5b12f7f2774a) ![编辑窗口 - 查看时](https://git.unlock-music.dev/attachments/ce48adec-c9e9-4c50-b19f-7840a92e7744)
kylebing added 2 commits 2023-02-03 06:34:55 +00:00
jixunmoe requested changes 2023-06-06 20:44:24 +00:00
jixunmoe left a comment
Owner

其他地方看着没有什么问题

其他地方看着没有什么问题
src/App.vue Outdated
@ -1,25 +1,25 @@
<template>
<el-container id="app">
<el-main>
<el-container id="app" :style="`min-height: ${heightMinContainer}px`">
Owner

直接使用 100vh 会不会好一些?有没有必要用 JS 来计算这部分高度?

直接使用 `100vh` 会不会好一些?有没有必要用 JS 来计算这部分高度?
kylebing added 1 commit 2023-09-25 03:47:24 +00:00
continuous-integration/drone/pr Build is failing Details
2ca41612e2
change to vh
kylebing force-pushed master from 2ca41612e2 to ad093d703a 2023-09-25 03:51:04 +00:00 Compare
kylebing closed this pull request 2023-09-25 03:52:56 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.