Commit 9f70ed23 by 西瓜

修改所有表格样式

parent c3a5af30
......@@ -6,7 +6,7 @@
/deep/ .el-table /deep/ th {
padding: 8px 0;
background-color: #F4F6F7; //表格标题首行背景色
border: 0px solid #EBEEF5;
border: 1px solid #EBEEF5;
}
/deep/ .el-table /deep/ th,/deep/ td {
height: 21px;padding: 8px 0;
......
......@@ -26,6 +26,7 @@
<!--立案审批过程-->
<div class="title"><span>立案审批过程</span></div>
<el-table ref="singleTable"
border
:data="tableData"
highlight-current-row
@current-change="handleCurrentChange"
......
......@@ -32,6 +32,7 @@
</div>
<div class="relateMain">
<el-table class="tableFooter"
border
ref="tableFooter"
:data="relatedCaseData.rows"
@select="handleSelect"
......
......@@ -654,7 +654,7 @@
class="isdialog"
:visible.sync="dialogTableVisible">
<div style="width: 200px;position: absolute;top: 20px;left: 153px;"><span style="color:#999999;font-size: 12px;margin-left: 0px;">共有 {{ tableData.count }} 条透视信息</span> </div>
<el-table :data="datalistData"
<el-table :data="datalistData" border
stripe>
<el-table-column v-for="(item,index) in currentTableTitle[0]"
:key="index"
......
......@@ -50,7 +50,7 @@
style="padding:20px !important;border-radius: 4px;padding-bottom:0;"
v-if="toggleZd"
>
<el-table :data="individualList.shuju" stripe>
<el-table :data="individualList.shuju" stripe border>
<el-table-column
v-for="(columnTitle,
coluIndex) in individualList.tableList.filter(
......@@ -169,7 +169,7 @@
style="padding:20px !important;border-radius: 4px;padding-bottom:0;"
v-if="toggleXianYiRenList"
>
<el-table :data="fzxyrList.shuju" stripe>
<el-table border :data="fzxyrList.shuju" stripe>
<el-table-column
v-for="(columnTitle, index) in fzxyrList.tableList.filter(
(itemsss, index) => {
......
......@@ -175,6 +175,7 @@
<!-- 表格 -->
<div class="table">
<el-table stripe
border
:data="tableData"
style="width: 100%">
<el-table-column v-for="(item,index) in defaultFormThead.caseSbxx"
......
......@@ -25,6 +25,7 @@
>
</div>
<el-table
border
class="codeTable"
ref="codeTable"
:data="tableData"
......
......@@ -901,7 +901,7 @@
<div style="width: 200px;position: absolute;top: -37px;left: 106px;">
<span style="color:#999999;font-size: 12px;margin-left: 0px;">共有 {{ tableData.count }} 条透视信息</span>
</div>
<el-table :data="datalistData"
<el-table :data="datalistData" border
stripe>
<el-table-column v-for="(item, index) in currentList[0]"
:key="index"
......
......@@ -44,7 +44,7 @@
"
v-if="toggleZd"
>
<el-table :data="individualList.shuju" stripe>
<el-table :data="individualList.shuju" stripe border>
<el-table-column
v-for="(columnTitle,
coluIndex) in individualList.tableList.filter(
......@@ -173,7 +173,7 @@
"
v-if="toggleXianYiRenList"
>
<el-table :data="fzxyrList.shuju" stripe>
<el-table :data="fzxyrList.shuju" stripe border>
<el-table-column
v-for="(columnTitle, index) in fzxyrList.tableList.filter(
(itemsss, index) => {
......
......@@ -51,7 +51,7 @@
"
v-if="toggleZd"
>
<el-table :data="individualList.shuju" stripe>
<el-table :data="individualList.shuju" stripe border>
<el-table-column
v-for="(columnTitle,
coluIndex) in individualList.tableList.filter(
......@@ -177,7 +177,7 @@
"
v-if="toggleXianYiRenList"
>
<el-table :data="fzxyrList.shuju" stripe>
<el-table :data="fzxyrList.shuju" stripe border>
<el-table-column
v-for="(columnTitle, index) in fzxyrList.tableList.filter(
(itemsss, index) => {
......
......@@ -141,6 +141,7 @@
<div class="xsTab">
<el-table id="xsGroupTable"
stripe
border
ref="itsmDataTableGroup"
:data="tableData.data"
tooltip-effect="dark"
......@@ -235,6 +236,7 @@
<div class="hbTable">
<el-table :data="xsShuju"
stripe
border
max-height="400">
<el-table-column v-for="(columnTitle, index) in xsTableList.filter(
(itemsss, index) => {
......
......@@ -4003,7 +4003,7 @@
</table>
</div>
</el-tab-pane>
<el-tab-pane label="重复线索案件统计">
<el-tab-pane label="重复线索统计">
<div class="rqboxDiv">
<!-- 日期 -->
<span class="rqbox">
......@@ -4500,7 +4500,7 @@ export default {
'99',
''
],
y_dm5: ['', '', '', '1', '2', '3', '4', '5'],
y_dm5: ['', '1', '2', '3', '4', '5'],
datalistTitle: '',
dialogTableVisible: false,
tableTitleList: [
......@@ -5291,9 +5291,9 @@ export default {
this.currentTable = 0
this.currentTableTitle = this.tableTitleList[0]
this.widthList = [
'250',
'200',
'200',
'180',
'220',
'200',
'100',
'200',
......@@ -5409,7 +5409,7 @@ export default {
'180',
'200',
'100',
'100',
'150',
'200',
'180',
'250'
......@@ -5417,6 +5417,7 @@ export default {
this.openqryCfxstjList(
dwdms,
this.gety_dm_xs(6),
// this.xstj_cfxs,
this.djsjStart7,
this.djsjEnd7,
this.currentPage1,
......@@ -5442,6 +5443,7 @@ export default {
rows,
dwtype
) {
debugger
var x = this.getTable_x()
//不是第一行不传 dwtype
if (x > 0) {
......@@ -5593,6 +5595,7 @@ export default {
rows,
dwtype
) {
debugger
var x = this.getTable_x()
//不是第一行不传 dwtype
if (x > 0) {
......@@ -5614,7 +5617,7 @@ export default {
//重复线索统计
openqryCfxstjList (unitcode, cfcs, tbsjStart, tbsjEnd, page, rows, dwtype) {
debugger
var x = this.getTable_x()
var x = this.getTable_x2()
//不是第一行不传 dwtype
if (x > 0) {
dwtype = ''
......
......@@ -20,7 +20,8 @@
class="xsDetail"
:before-close="handleDataClose">
<el-table :data="shuju"
stripe>
stripe
border>
<el-table-column type="index"
width="50"
label="序号">
......@@ -73,6 +74,7 @@
<el-table id="ajzbQuery"
stripe
border
ref="itsmDataTable"
max-height="500"
:data="xsList"
......
......@@ -940,7 +940,7 @@
>共有 {{ tableData.count }} 条透视信息</span
>
</div>
<el-table :data="datalistData" stripe>
<el-table :data="datalistData" stripe border>
<el-table-column
v-for="(item, index) in currentTableTitle[0]"
:key="index"
......@@ -2584,7 +2584,7 @@ body td {
}
.el-table th {
background-color: #f4f6f7;
border: 0px solid #ebeef5;
border: 1px solid #ebeef5;
}
.el-table th {
color: #333333;
......
......@@ -606,7 +606,7 @@
>共有 {{ tableData.count }} 条透视信息</span
>
</div>
<el-table :data="datalistData" stripe>
<el-table :data="datalistData" border stripe>
<el-table-column
v-for="(item, index) in currentTableTitle[0]"
:key="index"
......@@ -1534,7 +1534,7 @@ body td {
}
.el-table th {
background-color: #f4f6f7;
border: 0px solid #ebeef5;
border: 1px solid #ebeef5;
}
.el-table th {
color: #333333;
......
......@@ -1337,7 +1337,7 @@ export default {
{
label: "反馈类型",
prop: "fklx",
width: '200px'
width: '100px'
},
{
label: "涉及地区",
......@@ -1347,7 +1347,7 @@ export default {
{
label: "涉及行业领域",
prop: "shsexssjhylydmStr",
width: "260px"
width: "130px"
},
{
label: "线索状态",
......@@ -1367,22 +1367,22 @@ export default {
{
label: "是否办结",
prop: "sfbjPdbz",
width: '200px'
width: '100px'
},
{
label: "办结时间",
prop: "bjsj",
width: '200px'
width: '180px'
},
{
label: "办结情况",
prop: "bjxqJyqk",
width: '200px'
width: '180px'
},
{
label: "办结结果",
prop: "bjjgdmStr",
width: "260px"
width: "160px"
},
{
label: "是否回访",
......@@ -1392,12 +1392,12 @@ export default {
{
label: "回访满意度",
prop: "hfmyd",
width: '200px'
width: '120px'
},
{
label: "反馈结果",
prop: "hcjgdmStr",
width: "200px"
width: "140px"
},
{
label: "反馈内容",
......@@ -1593,7 +1593,7 @@ export default {
{
label: "反馈类型",
prop: "fklx",
width: '200px'
width: '100px'
},
{
label: "涉及地区",
......@@ -1603,7 +1603,7 @@ export default {
{
label: "涉及行业领域",
prop: "shsexssjhylydmStr",
width: "260px"
width: "130px"
},
{
label: "线索状态",
......
......@@ -1136,8 +1136,10 @@
</el-tag>
</div>
<div v-else-if="columnTitle.prop != 'jyaq'"
:title="scope.row[columnTitle.prop]"
style="font-size:13px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
{{ scope.row[columnTitle.prop] }}
</div>
<div v-if="
theadInddex == selectedPropdefaultFormThead_.length - 1 &&
......@@ -5961,7 +5963,7 @@ body td {
}
.el-table .el-table__body td {
border-bottom: 1px solid #ebeef5 !important;
border: 1px solid #ebeef5 !important;
}
// .el-table th.gutter {
......
......@@ -57,7 +57,7 @@ body {
.el-table__body td {
/* border-right: 0px solid #EBEEF5;
border-left: 0px solid #EBEEF5;*/
border: 0px solid #EBEEF5;
border: 1px solid #EBEEF5;
}
.el-table--small td {
......
......@@ -158,7 +158,7 @@
.el-table th {
background-color: #F4F6F7; //表格标题首行背景色
border: 0px solid #EBEEF5;
border: 1px solid #EBEEF5;
}
.el-pagination__sizes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment