💄 调整图片&滚动条样式

This commit is contained in:
目棃
2024-09-02 12:17:46 +08:00
parent 573107e40a
commit db018ba965
2 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/*
* @file assets/index.css
* @description 全局样式文件
* @since Beta v0.5.3
* @since Beta v0.5.5
*/
@import "fonts/index.css";
@@ -62,10 +62,11 @@ html {
/*
* @description 侧边滚动条样式
* @since Beta v0.5.3
* @since Beta v0.5.5
*/
::-webkit-scrollbar {
width: 8px;
height: 8px;
border-radius: 5px;
}
@@ -74,6 +75,11 @@ html {
background: var(--common-shadow-2);
}
::-webkit-scrollbar-corner {
border-radius: 5px;
background: var(--common-shadow-2);
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: var(--tgc-od-white);

View File

@@ -144,12 +144,9 @@ onUnmounted(() => {
.tpoi-top-ori {
position: relative;
display: flex;
overflow: auto;
max-width: 100%;
max-height: 70%;
align-items: center;
justify-content: center;
cursor: zoom-out;
}