|
@@ -51,7 +51,8 @@
|
|
|
:label="label"
|
|
:label="label"
|
|
|
:prop="label"
|
|
:prop="label"
|
|
|
:min-width="140"
|
|
:min-width="140"
|
|
|
- align="center"
|
|
|
|
|
|
|
+ header-align="center"
|
|
|
|
|
+ align="left"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-date-picker
|
|
<el-date-picker
|
|
@@ -133,7 +134,8 @@
|
|
|
:label="col.label"
|
|
:label="col.label"
|
|
|
:prop="col.prop"
|
|
:prop="col.prop"
|
|
|
width="150"
|
|
width="150"
|
|
|
- align="center"
|
|
|
|
|
|
|
+ header-align="center"
|
|
|
|
|
+ align="left"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
<el-input
|
|
@@ -172,7 +174,8 @@
|
|
|
prop="cellCode"
|
|
prop="cellCode"
|
|
|
label="指标编号"
|
|
label="指标编号"
|
|
|
width="120"
|
|
width="120"
|
|
|
- align="center"
|
|
|
|
|
|
|
+ header-align="center"
|
|
|
|
|
+ align="left"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span v-if="!scope.row.isCategory">{{ scope.row.cellCode }}</span>
|
|
<span v-if="!scope.row.isCategory">{{ scope.row.cellCode }}</span>
|
|
@@ -184,6 +187,7 @@
|
|
|
prop="calculationFormula"
|
|
prop="calculationFormula"
|
|
|
label="计算方式"
|
|
label="计算方式"
|
|
|
min-width="180"
|
|
min-width="180"
|
|
|
|
|
+ header-align="center"
|
|
|
align="left"
|
|
align="left"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -2316,7 +2320,7 @@
|
|
|
.el-input__inner {
|
|
.el-input__inner {
|
|
|
border: none;
|
|
border: none;
|
|
|
padding: 0 5px;
|
|
padding: 0 5px;
|
|
|
- text-align: center;
|
|
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
|
|
|
&:focus {
|
|
&:focus {
|
|
|
border: 1px solid #409eff;
|
|
border: 1px solid #409eff;
|