008e3b68 by jiaozeping@pashanhoo.com

字体样式

1 parent 1b5bfac8
......@@ -228,7 +228,7 @@ export default {
display: flex;
/deep/.el-table th {
height: 36px !important;
font-size: 14px;
font-size: 15px;
color: #4a4a4a;
}
.left {
......
......@@ -249,7 +249,7 @@ export default {
//调整表头高度
/deep/.el-table th {
height: 36px !important;
font-size: 14px;
font-size: 15px;
color: #4a4a4a;
}
.left {
......
......@@ -36,7 +36,7 @@
{
label: '序号',
type: 'index',
width: '50',
width: '60',
},
{
prop: "bdcdyh",
......
......@@ -44,7 +44,7 @@
{
label: '序号',
type: 'index',
width: '50',
width: '60',
},
{
prop: "opinion",
......
......@@ -48,7 +48,7 @@
tableDataList: [],
InformationTable: [
{
width: '50',
width: '60',
renderHeader: (h, scope) => {
return <div> {
!this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
......
......@@ -48,7 +48,7 @@
tableDataList: [],
InformationTable: [
{
width: '50',
width: '60',
renderHeader: (h, scope) => {
return <div> {
!this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i>
......
......@@ -21,7 +21,7 @@
text-align: center;
line-height: 20px;
color: black;
font-size: 14px;
font-size: 15px;
"
v-if="tableData.length == 0">
暂无数据
......@@ -403,7 +403,7 @@
width: 20%;
min-width: 160px;
height: 100%;
font-size: 14px;
font-size: 15px;
border-right: 1px dotted #d9d9d9;
padding: 0 10px;
......@@ -438,7 +438,7 @@
}
.item_name {
flex: 1;
font-size: 14px;
font-size: 15px;
display: flex;
justify-content: center;
}
......
......@@ -20,7 +20,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50'
width: '60'
},
{
prop: "fzrmc",
......@@ -115,7 +115,7 @@ class data extends filter {
{
label: '序号',
type: 'index',
width: '50'
width: '60'
},
{
prop: "bdcqzlx",
......
......@@ -28,7 +28,7 @@
{
label: '序号',
type: 'index',
width: '50',
width: '60',
render: (h, scope) => {
return (
<div>
......
......@@ -29,7 +29,7 @@
.title {
line-height: 36px;
text-align: center;
font-size: 14px;
font-size: 15px;
}
.dot {
......@@ -86,7 +86,7 @@
li {
padding: 5px;
font-size: 14px;
font-size: 15px;
line-height: 20px;
cursor: pointer;
......@@ -155,7 +155,7 @@
height: 10px;
text-align: center;
line-height: 15px;
font-size: 14px;
font-size: 15px;
width: 70px;
// white-space: nowrap;
}
......
......@@ -288,7 +288,7 @@
}
.count {
font-size: 14px;
font-size: 15px;
position: absolute;
right: 25px;
top: 12px;
......