e2a9e596 by jiaozeping@pashanhoo.com

字体样式

1 parent 3e3f0123
......@@ -44,7 +44,7 @@
tableDataList: [],
InformationTable: [
{
width: '50',
width: '60',
renderHeader: (h, scope) => {
return <div> {
!this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
......
......@@ -310,7 +310,7 @@
width: 3%;
height: 100%;
display: flex;
font-size: 14px;
font-size: 15px;
text-indent: 20px;
align-items: center;
border: 1px solid $borderColor;
......@@ -343,7 +343,7 @@
background-color: #f8f8fa;
color: #606266;
display: flex;
font-size: 14px;
font-size: 15px;
text-indent: 50px;
align-items: center;
border-right: 1px solid $borderColor;
......@@ -370,7 +370,7 @@
.opinion {
position: relative;
font-size: 14px;
font-size: 15px;
/deep/.el-textarea__inner {
border: none;
......
......@@ -627,7 +627,7 @@ export default {
}
.concent{
line-height: 30px;
line-height: 14px;
line-height: 15px;
text-align: center;
align-items: center;
margin: auto;
......
......@@ -18,7 +18,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -18,7 +18,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -178,7 +178,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.zrzcolumns())
} else {
this.zrztableData.columns = [{
......
......@@ -107,7 +107,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -96,7 +96,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -125,7 +125,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -114,7 +114,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -113,7 +113,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -101,7 +101,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -115,7 +115,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -101,7 +101,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.columns())
}
},
......
......@@ -170,7 +170,7 @@
[{
type: 'selection',
label: '全选',
width: '50'
width: '60'
}].concat(datas.zrzcolumns())
} else {
this.zrztableData.columns = [{
......
......@@ -71,7 +71,7 @@
}
.item-list {
padding: 0 10px;
padding: 0 1px;
li {
cursor: pointer;
......@@ -81,7 +81,7 @@
padding-left: 10px;
border-radius: 2px;
box-sizing: border-box;
font-size: 14px;
font-size: 15px;
border: 1px solid rgb(235, 235, 235);
transition: all 0.3s;
......@@ -190,7 +190,7 @@
justify-content: space-between;
margin-left: 10px;
cursor: pointer;
font-size: 14px;
font-size: 15px;
margin-bottom: 15px;
p:nth-child(2) {
......@@ -218,7 +218,7 @@
display: flex;
align-items: center;
margin-left: 30px;
font-size: 14px;
font-size: 15px;
}
p:nth-child(2) {
......