mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-02-28 01:58:22 +08:00
各类bug fix
This commit is contained in:
@@ -76,10 +76,15 @@ export default {
|
||||
<style scoped>
|
||||
/* 标签栏容器样式 */
|
||||
.q-tabs {
|
||||
height: 100vh !important;
|
||||
height: auto !important;
|
||||
min-height: 100vh !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.q-scroll-area {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
/* 标签栏和底栏内的按钮悬浮效果 */
|
||||
.q-tabs .q-tab:hover {
|
||||
background: rgba(255, 255, 255, 0.1) !important;
|
||||
|
||||
Reference in New Issue
Block a user