Commit d85a5380 authored by danfuman's avatar danfuman

修改

parent b0f5b29f
......@@ -374,14 +374,14 @@ li {
.el-table__body-wrapper {
&::-webkit-scrollbar {
width: 16px; //竖轴宽度
height: 16px; //横轴宽度
height: 6px; //横轴宽度
}
&::-webkit-scrollbar-track {
background-color: #f3f4f5;
border-radius: 0;
}
&::-webkit-scrollbar-thumb {
background-color: rgba(98, 110, 126, 0.2);
background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5;
border-radius: 10px;
}
......@@ -416,13 +416,13 @@ li {
::-webkit-scrollbar-track-piece {
//滚动条凹槽的颜色,还可以设置边框属性
background-color: #f3f4f5;
height: 16px;
height: 6px;
padding: 0 4px;
}
//滚动条的宽度
::-webkit-scrollbar {
width: 8px;
height: 16px;
height: 6px;
background-color: #f3f4f5;
border-radius: 6px;
}
......@@ -431,21 +431,21 @@ li {
border-radius: 8px;
height: 8px;
margin: 0 4px;
background: rgba(98, 110, 126, 0.2);
background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5;
&:hover {
background: #566380;
background: #7d7d7d;
}
}
.el-scrollbar {
height: 16px;
height: 6px;
.el-scrollbar__bar.is-horizontal {
height: 8px;
}
.el-scrollbar__thumb {
background: rgba(98, 110, 126, 0.4);
background: rgba(0,0,0,.2);
&:hover {
background: #566380;
background: #7d7d7d;
}
}
}
......@@ -529,7 +529,7 @@ li {
border-radius: 0;
}
&::-webkit-scrollbar-thumb {
background-color: rgba(98, 110, 126, 0.2);
background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5;
border-radius: 10px;
}
......@@ -579,10 +579,10 @@ li {
border-radius: 8px;
height: 8px;
margin: 0 4px;
background: rgba(98, 110, 126, 0.2);
background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5;
&:hover {
background: #566380;
background: #7d7d7d;
}
}
.el-scrollbar {
......@@ -687,7 +687,7 @@ li {
border-radius: 0;
}
&::-webkit-scrollbar-thumb {
background-color: rgba(98, 110, 126, 0.2);
background: rgba(0,0,0,.2);
border: 4px solid #f3f4f5;
border-radius: 10px;
}
......
......@@ -53,10 +53,8 @@
<!--<div class="table-item-jf table-item" v-if="!isSkeleton&&tableData.length>0">-->
<div class="table-item-jf table-item">
<el-table :data="tableData" :header-cell-style="{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="table-item1 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 :data="tableData"
v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="fixed-table" border highlight-current-row>
<el-table-column type="index" label="序号" :fixed="tableColumnFixed" width="60" :resizable="false">
<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