Commit d85a5380 authored by danfuman's avatar danfuman

修改

parent b0f5b29f
...@@ -374,14 +374,14 @@ li { ...@@ -374,14 +374,14 @@ li {
.el-table__body-wrapper { .el-table__body-wrapper {
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 16px; //竖轴宽度 width: 16px; //竖轴宽度
height: 16px; //横轴宽度 height: 6px; //横轴宽度
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
background-color: #f3f4f5; background-color: #f3f4f5;
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background-color: rgba(98, 110, 126, 0.2); background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
...@@ -416,13 +416,13 @@ li { ...@@ -416,13 +416,13 @@ li {
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
//滚动条凹槽的颜色,还可以设置边框属性 //滚动条凹槽的颜色,还可以设置边框属性
background-color: #f3f4f5; background-color: #f3f4f5;
height: 16px; height: 6px;
padding: 0 4px; padding: 0 4px;
} }
//滚动条的宽度 //滚动条的宽度
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 8px;
height: 16px; height: 6px;
background-color: #f3f4f5; background-color: #f3f4f5;
border-radius: 6px; border-radius: 6px;
} }
...@@ -431,21 +431,21 @@ li { ...@@ -431,21 +431,21 @@ li {
border-radius: 8px; border-radius: 8px;
height: 8px; height: 8px;
margin: 0 4px; margin: 0 4px;
background: rgba(98, 110, 126, 0.2); background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
&:hover { &:hover {
background: #566380; background: #7d7d7d;
} }
} }
.el-scrollbar { .el-scrollbar {
height: 16px; height: 6px;
.el-scrollbar__bar.is-horizontal { .el-scrollbar__bar.is-horizontal {
height: 8px; height: 8px;
} }
.el-scrollbar__thumb { .el-scrollbar__thumb {
background: rgba(98, 110, 126, 0.4); background: rgba(0,0,0,.2);
&:hover { &:hover {
background: #566380; background: #7d7d7d;
} }
} }
} }
...@@ -529,7 +529,7 @@ li { ...@@ -529,7 +529,7 @@ li {
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background-color: rgba(98, 110, 126, 0.2); background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
...@@ -579,10 +579,10 @@ li { ...@@ -579,10 +579,10 @@ li {
border-radius: 8px; border-radius: 8px;
height: 8px; height: 8px;
margin: 0 4px; margin: 0 4px;
background: rgba(98, 110, 126, 0.2); background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
&:hover { &:hover {
background: #566380; background: #7d7d7d;
} }
} }
.el-scrollbar { .el-scrollbar {
...@@ -687,7 +687,7 @@ li { ...@@ -687,7 +687,7 @@ li {
border-radius: 0; border-radius: 0;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background-color: rgba(98, 110, 126, 0.2); background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5; border: 4px solid #f3f4f5;
border-radius: 10px; border-radius: 10px;
} }
......
...@@ -53,10 +53,8 @@ ...@@ -53,10 +53,8 @@
<!--<div class="table-item-jf table-item" v-if="!isSkeleton&&tableData.length>0">--> <!--<div class="table-item-jf table-item" v-if="!isSkeleton&&tableData.length>0">-->
<div class="table-item-jf table-item"> <div class="table-item-jf table-item">
<el-table :data="tableData" :header-cell-style="{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" <el-table :data="tableData"
v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="table-item1 fixed-table" border highlight-current-row v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="fixed-table" border highlight-current-row>
:header-row-class-name="setHeaderRow" :cell-class-name="setCellClass" :row-class-name="setRowClass" :header-cell-class-name="setCellClass"
ref="theOwnerListTable">
<el-table-column type="index" label="序号" :fixed="tableColumnFixed" width="60" :resizable="false"> <el-table-column type="index" label="序号" :fixed="tableColumnFixed" width="60" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment