e2a9e596 by jiaozeping@pashanhoo.com

字体样式

1 parent 3e3f0123
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 tableDataList: [], 44 tableDataList: [],
45 InformationTable: [ 45 InformationTable: [
46 { 46 {
47 width: '50', 47 width: '60',
48 renderHeader: (h, scope) => { 48 renderHeader: (h, scope) => {
49 return <div> { 49 return <div> {
50 !this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i> 50 !this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
......
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
310 width: 3%; 310 width: 3%;
311 height: 100%; 311 height: 100%;
312 display: flex; 312 display: flex;
313 font-size: 14px; 313 font-size: 15px;
314 text-indent: 20px; 314 text-indent: 20px;
315 align-items: center; 315 align-items: center;
316 border: 1px solid $borderColor; 316 border: 1px solid $borderColor;
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
343 background-color: #f8f8fa; 343 background-color: #f8f8fa;
344 color: #606266; 344 color: #606266;
345 display: flex; 345 display: flex;
346 font-size: 14px; 346 font-size: 15px;
347 text-indent: 50px; 347 text-indent: 50px;
348 align-items: center; 348 align-items: center;
349 border-right: 1px solid $borderColor; 349 border-right: 1px solid $borderColor;
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
370 370
371 .opinion { 371 .opinion {
372 position: relative; 372 position: relative;
373 font-size: 14px; 373 font-size: 15px;
374 374
375 /deep/.el-textarea__inner { 375 /deep/.el-textarea__inner {
376 border: none; 376 border: none;
......
...@@ -627,7 +627,7 @@ export default { ...@@ -627,7 +627,7 @@ export default {
627 } 627 }
628 .concent{ 628 .concent{
629 line-height: 30px; 629 line-height: 30px;
630 line-height: 14px; 630 line-height: 15px;
631 text-align: center; 631 text-align: center;
632 align-items: center; 632 align-items: center;
633 margin: auto; 633 margin: auto;
......
...@@ -18,7 +18,7 @@ class data extends filter { ...@@ -18,7 +18,7 @@ class data extends filter {
18 { 18 {
19 label: '序号', 19 label: '序号',
20 type: 'index', 20 type: 'index',
21 width: '50', 21 width: '60',
22 render: (h, scope) => { 22 render: (h, scope) => {
23 return ( 23 return (
24 <div> 24 <div>
......
...@@ -18,7 +18,7 @@ class data extends filter { ...@@ -18,7 +18,7 @@ class data extends filter {
18 { 18 {
19 label: '序号', 19 label: '序号',
20 type: 'index', 20 type: 'index',
21 width: '50', 21 width: '60',
22 render: (h, scope) => { 22 render: (h, scope) => {
23 return ( 23 return (
24 <div> 24 <div>
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
178 [{ 178 [{
179 type: 'selection', 179 type: 'selection',
180 label: '全选', 180 label: '全选',
181 width: '50' 181 width: '60'
182 }].concat(datas.zrzcolumns()) 182 }].concat(datas.zrzcolumns())
183 } else { 183 } else {
184 this.zrztableData.columns = [{ 184 this.zrztableData.columns = [{
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
107 [{ 107 [{
108 type: 'selection', 108 type: 'selection',
109 label: '全选', 109 label: '全选',
110 width: '50' 110 width: '60'
111 }].concat(datas.columns()) 111 }].concat(datas.columns())
112 } 112 }
113 }, 113 },
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
96 [{ 96 [{
97 type: 'selection', 97 type: 'selection',
98 label: '全选', 98 label: '全选',
99 width: '50' 99 width: '60'
100 }].concat(datas.columns()) 100 }].concat(datas.columns())
101 } 101 }
102 }, 102 },
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
125 [{ 125 [{
126 type: 'selection', 126 type: 'selection',
127 label: '全选', 127 label: '全选',
128 width: '50' 128 width: '60'
129 }].concat(datas.columns()) 129 }].concat(datas.columns())
130 } 130 }
131 }, 131 },
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
114 [{ 114 [{
115 type: 'selection', 115 type: 'selection',
116 label: '全选', 116 label: '全选',
117 width: '50' 117 width: '60'
118 }].concat(datas.columns()) 118 }].concat(datas.columns())
119 } 119 }
120 }, 120 },
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
113 [{ 113 [{
114 type: 'selection', 114 type: 'selection',
115 label: '全选', 115 label: '全选',
116 width: '50' 116 width: '60'
117 }].concat(datas.columns()) 117 }].concat(datas.columns())
118 } 118 }
119 }, 119 },
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
101 [{ 101 [{
102 type: 'selection', 102 type: 'selection',
103 label: '全选', 103 label: '全选',
104 width: '50' 104 width: '60'
105 }].concat(datas.columns()) 105 }].concat(datas.columns())
106 } 106 }
107 }, 107 },
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
115 [{ 115 [{
116 type: 'selection', 116 type: 'selection',
117 label: '全选', 117 label: '全选',
118 width: '50' 118 width: '60'
119 }].concat(datas.columns()) 119 }].concat(datas.columns())
120 } 120 }
121 }, 121 },
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
101 [{ 101 [{
102 type: 'selection', 102 type: 'selection',
103 label: '全选', 103 label: '全选',
104 width: '50' 104 width: '60'
105 }].concat(datas.columns()) 105 }].concat(datas.columns())
106 } 106 }
107 }, 107 },
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
170 [{ 170 [{
171 type: 'selection', 171 type: 'selection',
172 label: '全选', 172 label: '全选',
173 width: '50' 173 width: '60'
174 }].concat(datas.zrzcolumns()) 174 }].concat(datas.zrzcolumns())
175 } else { 175 } else {
176 this.zrztableData.columns = [{ 176 this.zrztableData.columns = [{
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
71 } 71 }
72 72
73 .item-list { 73 .item-list {
74 padding: 0 10px; 74 padding: 0 1px;
75 75
76 li { 76 li {
77 cursor: pointer; 77 cursor: pointer;
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
81 padding-left: 10px; 81 padding-left: 10px;
82 border-radius: 2px; 82 border-radius: 2px;
83 box-sizing: border-box; 83 box-sizing: border-box;
84 font-size: 14px; 84 font-size: 15px;
85 border: 1px solid rgb(235, 235, 235); 85 border: 1px solid rgb(235, 235, 235);
86 transition: all 0.3s; 86 transition: all 0.3s;
87 87
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
190 justify-content: space-between; 190 justify-content: space-between;
191 margin-left: 10px; 191 margin-left: 10px;
192 cursor: pointer; 192 cursor: pointer;
193 font-size: 14px; 193 font-size: 15px;
194 margin-bottom: 15px; 194 margin-bottom: 15px;
195 195
196 p:nth-child(2) { 196 p:nth-child(2) {
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
218 display: flex; 218 display: flex;
219 align-items: center; 219 align-items: center;
220 margin-left: 30px; 220 margin-left: 30px;
221 font-size: 14px; 221 font-size: 15px;
222 } 222 }
223 223
224 p:nth-child(2) { 224 p:nth-child(2) {
......