Skip to content

Commit ad77aa7

Browse files
author
zzj
committed
style:更改表格、单元格边框颜色
1 parent 8e062b2 commit ad77aa7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/css/main.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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;
@@ -135,7 +135,7 @@
135135
top: 0;
136136

137137
.@{fb}-col{
138-
border-right: 1px solid #e9eaec;
138+
border-right: 1px solid #eee;
139139
}
140140
}
141141

@@ -221,7 +221,7 @@
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{

src/tableBody.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

src/tableSum.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)