File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tm-flextable" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " Using div to implement flexible、high performance table" ,
55 "main" : " dist/index.js" ,
66 "typings" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 77 position : relative ;
88 &-wrap {
99 position : relative ;
10- border : 1px solid #dddee1 ;
10+ border : 1px solid #eee ;
1111 // border-bottom: none;
1212 display : flex ;
1313 align-content : stretch ;
135135 top : 0 ;
136136
137137 .@{fb} -col {
138- border-right : 1px solid #e9eaec ;
138+ border-right : 1px solid #eee ;
139139 }
140140 }
141141
221221 padding : 10px ;
222222 font-size : 12px ;
223223 color :#495060 ;
224- border-right : 1px solid #e9eaec ;
224+ border-right : 1px solid #eee ;
225225 word-break : break-word ;
226226 box-sizing : border-box ;
227227 & :last-child {
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ export default {
338338}
339339.commonItem :not (:last-child ) {
340340 .flex-table-row {
341- border-bottom : 1px solid #e9eaec ;
341+ border-bottom : 1px solid #eee ;
342342 }
343343}
344344.virtualItem {
@@ -347,7 +347,7 @@ export default {
347347 left : 0 ;
348348 width : 100% ;
349349 .flex-table-row {
350- border-bottom : 1px solid #e9eaec ;
350+ border-bottom : 1px solid #eee ;
351351 }
352352}
353353.flex-table-body .flex-table-tr > .flex-table-row {
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ export default {
110110 </script >
111111<style lang="less" scoped>
112112.flex-table-headSum {
113- border-top : 1px solid #e9eaec ;
114- border-bottom : 1px solid #e9eaec ;
113+ border-top : 1px solid #eee ;
114+ border-bottom : 1px solid #eee ;
115115 text-align : left ;
116116 box-sizing : border-box ;
117117 p {
You can’t perform that action at this time.
0 commit comments