样式优化

master
zhuyinlong 2023-11-08 11:54:31 +08:00
parent 654c31db23
commit 2f8b40a386
2 changed files with 19 additions and 17 deletions

View File

@ -17,22 +17,26 @@
font-style: normal;
}
/* 整个滚动条 */
/* 设置滚动条样式 */
::-webkit-scrollbar {
/* 对应纵向滚动条的宽度 */
width: 10px;
/* 对应横向滚动条的宽度 */
height: 10px;
width:10px!important;
height:10px!important;
-webkit-appearance:none;
background:#f1f1f1
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
background-color: #49b1f5;
border-radius: 32px;
height:5px;
border:1px solid transparent;
border-top:0;
border-bottom:0;
border-radius:6px;
background-color:#ccc;
background-clip:padding-box
}
/* 滚动条轨道 */
/** 滚动条样式 **/
::-webkit-scrollbar-track {
background-color: #dbeffd;
border-radius: 32px;
background-color: #F5F5F5;
}
.row-no-gutter .col-xs-9,

View File

@ -1083,11 +1083,6 @@ table.rc-table-resizing thead > th > a {
color: #1890ff;
}
/** 滚动条样式 **/
::-webkit-scrollbar-track {
background-color: #F5F5F5;
}
/** 气泡弹出框样式 **/
.popover {
font-size: 13px;
@ -1156,7 +1151,6 @@ table.rc-table-resizing thead > th > a {
-webkit-appearance:none;
background:#f1f1f1
}
::-webkit-scrollbar-thumb {
height:5px;
border:1px solid transparent;
@ -1166,6 +1160,10 @@ table.rc-table-resizing thead > th > a {
background-color:#ccc;
background-clip:padding-box
}
/** 滚动条样式 **/
::-webkit-scrollbar-track {
background-color: #F5F5F5;
}
/* 设置placeholder样式 */
::-webkit-input-placeholder {