提交 6ca8b906 authored 作者: coderBryanFu's avatar coderBryanFu

update

上级 40fb5413
......@@ -48,4 +48,28 @@
.el-select-dropdown .el-scrollbar__wrap {
scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f1f1f1;
}
\ No newline at end of file
}
/* 只针对水平滚动条 */
::-webkit-scrollbar:horizontal {
height: 5px;
}
/* 水平滚动条轨道 */
::-webkit-scrollbar-track:horizontal {
background: linear-gradient(90deg, #f0f0f0, #e0e0e0);
}
/* 水平滚动条滑块 */
::-webkit-scrollbar-thumb:horizontal {
background: #bcbcbc;
min-width: 40px; /* 最小宽度 */
}
::-webkit-scrollbar-thumb:horizontal:hover {
background: #505357;
}
::-webkit-scrollbar-thumb:horizontal:active {
background: #505357;
}
\ No newline at end of file
......@@ -144,7 +144,6 @@
:interval="3000"
arrow="never"
indicator-position="none"
@change="handleCarouselChange"
>
<el-carousel-item v-for="(item, index) in box1DataList" :key="index">
<div class="box1-main">
......@@ -2745,7 +2744,6 @@ onMounted(async () => {
width: 1600px;
height: 70px;
margin: 36px auto 16px;
// background: orange;
display: flex;
justify-content: space-between;
.btn-box {
......@@ -2756,6 +2754,7 @@ onMounted(async () => {
display: flex;
gap: 8px;
white-space: nowrap;
.btn {
min-width: min-content;
height: 42px;
......@@ -2927,7 +2926,8 @@ onMounted(async () => {
gap: 18px;
justify-content: flex-end;
.left-left {
width: 84px;
margin-left: 30px;
width: 54px;
height: 48px;
color: var(--color-main-active);
font-family: Microsoft YaHei;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论