Commit de60d347 by 薛文刚

样式

parent 5e35eed2
......@@ -1821,10 +1821,10 @@ export default {
};
</script>
<style lang="scss">
.el-table{
font-size:13px;
color:#222222;
}
.el-table {
font-size: 13px;
color: #222222;
}
.el-table thead {
font-family: Microsoft YaHei;
color: #222222;
......@@ -1954,7 +1954,6 @@ export default {
color: #ffa456;
}
.timeLine_left {
font-family: Microsoft YaHei;
font-size: 14px;
width: 230px;
......@@ -1962,15 +1961,15 @@ export default {
line-height: 124px;
text-align: left;
color: #0070F4;
color: #0070f4;
display: flex;
div {
height:100%;
widht:100%;
height: 100%;
widht: 100%;
word-wrap: break-word;
text-overflow:ellipsis;
white-space:nowrap;
word-break:break-all;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
margin-left: 16px;
font-weight: 600;
}
......@@ -2067,7 +2066,6 @@ export default {
}
}
.xs_detail_content {
width: 100%;
margin-top: 60px;
}
......@@ -2082,7 +2080,7 @@ export default {
line-height: 40px;
padding: 0 26px;
border-radius: 0px 0px 22px 4px;
background: #88B4DC;
background: #88b4dc;
color: #fff;
font-size: 16px;
}
......@@ -2091,7 +2089,7 @@ export default {
margin: 16px 28px 0 20px;
padding: 22px;
padding-top: 40px;
background: #FFFFFF;
background: #ffffff;
color: #8c97a0;
border-radius: 4px;
padding-bottom: 30px;
......@@ -2117,7 +2115,6 @@ export default {
color: #8c97a0;
width: 85px;
text-align: right;
}
.xs_xq_content_zl1 {
color: #222222;
......@@ -2174,7 +2171,6 @@ export default {
border-bottom: 1px solid #cfcfcf;
margin: -35px 240px 16px 128px;
.tz_title {
font-weight: bold;
height: 40px;
text-align: center;
......@@ -2321,7 +2317,7 @@ export default {
}
}
.header {
background:linear-gradient(83deg, #0087FE 0%, #0070F4 100%);
background: linear-gradient(83deg, #0087fe 0%, #0070f4 100%);
height: 60px;
width: 100%;
position: fixed;
......@@ -2389,7 +2385,7 @@ export default {
.icons {
position: fixed;
top: 85px;
right: 19px;
right: 34px;
width: 60px;
height: 60px;
border-radius: 50%;
......
......@@ -5,7 +5,7 @@
<div class="header">
<div class="header_icon">
<span>{{PageTitle}}</span>
<!-- <i :class="[rotate? 'iconfont icondaohangshouqi' : 'iconfont icondaohangmoren' ]"></i>-->
<!-- <i :class="[rotate? 'iconfont icondaohangshouqi' : 'iconfont icondaohangmoren' ]"></i>-->
</div>
</div>
......
......@@ -1481,6 +1481,8 @@ export default {
}
}
this.$emit("submit", params);
} else {
this.$message("请填写必填字段");
}
});
},
......
......@@ -1742,9 +1742,12 @@ export default {
#formCommonPage .el-form-item {
margin: 14px 0 0 0;
}
#gaxxlr #formCommonPage .formContent .el-input,#gaxxlr #formCommonPage .formContent .zdyInputW{
width:100% !important;
#gaxxlr #formCommonPage .formContent .el-input,
#gaxxlr #formCommonPage .formContent .zdyInputW {
width: 100% !important;
}
#gaxxlr #formCommonPage .el-date-editor.el-range-editor {
width: 100% !important;
}
#gaxxlr #formCommonPage .el-date-editor.el-range-editor{width:100% !important;}
</style>
<style scoped></style>
......@@ -508,7 +508,7 @@ export default {
name: '录入线索',
color: '#666666',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: '#53AAFF'
},
......@@ -518,7 +518,7 @@ export default {
name: '有效线索',
color: '#666666',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: '#BBDDFF'
},
......@@ -855,7 +855,7 @@ export default {
name: '破案',
color: '#666666',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: 'rgb(255, 183, 95)',
itemWidth: '2'
......@@ -866,7 +866,7 @@ export default {
name: '发案',
color: '#666666',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: 'rgb(255, 235, 180)',
},
......@@ -969,7 +969,7 @@ export default {
{
name: '破案',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: '#53AAFF'
},
......@@ -978,7 +978,7 @@ export default {
{
name: '发案',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: '#BBDDFF'
},
......@@ -1069,7 +1069,7 @@ export default {
{
name: '破案',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: '#53AAFF'
},
......@@ -1078,7 +1078,7 @@ export default {
{
name: '发案',
type: 'bar',
stack: '总量',
// stack: '总量',
itemStyle: {
color: '#BBDDFF'
},
......@@ -1231,19 +1231,18 @@ export default {
line-height: 35px;
font-size: 12px;
}
#home .el-tabs__item:hover{
color: #1A7CEF;
}
.el-tabs__item.is-active{
color: #1A7CEF;
#home .el-tabs__item:hover {
color: #1a7cef;
}
.el-tabs__active-bar{
background-color: #1A7CEF;
.el-tabs__item.is-active {
color: #1a7cef;
}
.el-tabs__active-bar {
background-color: #1a7cef;
}
.el-tabs-contents {
overflow-x: scroll;
border-radius: 6px;
}
</style>
<style lang='scss' scoped>
......@@ -1276,6 +1275,7 @@ export default {
.info {
display: flex;
color: #ffffff;
cursor: pointer;
span {
font-weight: 400;
margin-left: 8px;
......@@ -1422,7 +1422,7 @@ export default {
display: none;
}
.th_color {
background: #E9E9E9;
background: #e9e9e9;
}
.th_name {
font-size: 12px;
......@@ -1482,6 +1482,7 @@ export default {
.shuju_five {
margin-top: 24px;
display: flex;
margin-bottom: 100px;
#five_left {
width: 743px;
height: 218px;
......
......@@ -50,7 +50,7 @@ export default {
{
name: '通报转交信息列表',
id: '#nav3',
icon: 'iconfont iconguochengxuanzhong'
icon: 'iconfont icontongbaozhuanjiao1'
},
{
name: '办理过程',
......
......@@ -131,7 +131,7 @@ export default {
contents: false,
value: "",
placeholder: "请输入姓名",
col: "5",
col: "12",
},
{
name: "身份证号:",
......@@ -170,7 +170,7 @@ export default {
contents: false,
value: "",
placeholder: "请输入姓名",
col: "2",
col: "12",
prop: "checkEmpty",
},
{
......@@ -469,7 +469,7 @@ export default {
contents: false,
value: "",
placeholder: "请输入姓名",
col: "2"
col: "12"
},
{
name: "性别:",
......@@ -500,35 +500,6 @@ export default {
value: "",
placeholder: "请选择所在地区",
col: "2",
props: {
lazy: true,
checkStrictly: true,
lazyLoad (node, resolve) {
if (node.level == 0 || node.data.isParent) {
queryCodeByType({
type: "CODE_SHCE_ZZSFDM",
id: node.value,
})
.then((res) => {
const nodes = res.rows.map((item) => ({
value: item.id,
label: item.name,
isParent: item.isParent,
leaf: !item.isParent,
// leaf: level >= 2
}));
// 通过调用resolve将子节点数据返回,通知组件数据加载完成
resolve(nodes);
//val.codeOptions = res.rows;
})
.catch((err) => {
console.log(err);
});
} else {
resolve([]);
}
},
},
},
{
name: "联系电话:",
......@@ -569,7 +540,7 @@ export default {
contents: false,
value: "",
placeholder: "姓名",
col: "2"
col: "12"
},
{
name: "身份证号:",
......@@ -610,7 +581,7 @@ export default {
contents: false,
value: "",
placeholder: "请输入姓名",
col: "2"
col: "12"
},
{
name: "身份证号:",
......
......@@ -854,7 +854,7 @@ export default {
/*table默认得表头*/
label: "线索名称",
prop: "shsexsmc",
width: "300px"
width: "230px"
},
{
label: "线索来源",
......@@ -870,12 +870,12 @@ export default {
{
label: "移交单位",
prop: "yjjsxsGzcydwdmStr",
width: '200px'
width: '180px'
},
{
label: "举报人",
prop: "jbrxm",
width: "80px"
width: "120px"
},
{
label: "指令状态",
......
......@@ -405,12 +405,12 @@
</el-button>
<el-button plain
size="mini"
style="color:#FFFFFF;position:absolute;background: #CFCFCF;left:148px;font-size: 12px"
style="color:#FFFFFF;position:absolute;background: #CFCFCF;left:148px;font-size: 12px;border-radius: 4px;"
v-if="hbxs && selectedXs.length == 0">合并选中
</el-button>
<el-button plain
size="mini"
style="color:#FFFFFF;border-radius: 4px;position:absolute;left:148px;background:#0070F4"
style="color:#FFFFFF;border-radius: 4px;position:absolute;left:148px;background:#0070F4;font-size: 12px;"
v-if="hbxs && selectedXs.length > 0"
@click="handleXZ">合并选中
</el-button>
......@@ -447,7 +447,7 @@
@click="doCallform"
v-if="xzButton && queryLb != 'kp'"
type="primary"
style="margin-right: 6px;font-size: 12px;background:#FE9200;padding: 7px 28px;border-radius: 4px;color:#fff">
style="margin-right: 6px;font-size: 12px;background:#FE9200;padding: 7px 28px;border-radius: 4px;color:#fff;border: 1px solid rgb(254, 146, 0);">
<i class=" iconfont icontianjia"
aria-hidden="true"
style="margin-right:5px;"></i>新增
......@@ -468,7 +468,7 @@
:data="tableData.data"
tooltip-effect="dark"
:style="{
width: setWidth ? 'calc(100vw - 110px)' : 'calc(100vw - 310px)',
width: setWidth ? 'calc(100vw - 110px)' : 'calc(100vw - 333px)',
margin: '0 auto',
marginTop: '-10px',
border: '0px'
......@@ -489,6 +489,7 @@
</el-table-column>
<el-table-column width="180"
label="操作"
fixed="left"
v-if="queryLb == 'kp'">
<template slot-scope="scope">
<el-button type="text"
......@@ -514,13 +515,37 @@
</el-button>
</template>
</el-table-column>
<el-table-column width="100"
fixed="left"
label="操作"
v-if="queryLb == 'aj' && !isDqjdspbz">
<template slot-scope="scope">
<div class="edit"
style="cursor: pointer"
@click="turnToEdit(scope.row)"
v-show="scope.row.sfkxgbz == '1'">
<i class="el-icon-edit-outline"></i> 编辑
</div>
</template>
</el-table-column>
<el-table-column fixed="left"
width="150"
v-if="queryLb == 'aj' && !isDqjdspbz"
label="组织头目">
<template slot-scope="scope">
<div @click="goDetail(scope.row)"
style="cursor: pointer; color:#096CC9;font-size:13px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
{{ scope.row.zztm }}
</div>
</template>
</el-table-column>
<el-table-column v-for="(columnTitle, theadInddex) in selectedPropdefaultFormThead_"
:key="columnTitle.label"
:label="columnTitle.label"
align="center"
:width="columnTitle.width">
<template slot-scope="scope">
<div v-if="theadInddex == 0"
<div v-if="theadInddex == 0 && columnTitle.prop == 'shsexsmc'"
@click="goDetail(scope.row)"
style="cursor: pointer; color:#096CC9;font-size:13px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
{{ scope.row[columnTitle.prop] }}
......@@ -535,9 +560,9 @@
{{ scope.row[columnTitle.prop] }}
</div>
<div v-else-if="columnTitle.prop == 'zjhm'"
style="font-size:13px !important">
style="font-size:13px !important;">
<img :src="scope.row['spot']"
style="max-width: 20%;" /><span style="margin-left:-7px">{{ scope.row[columnTitle.prop] }}</span>
style="max-width: 20%;" /><span style="margin-left:-7px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ scope.row[columnTitle.prop] }}</span>
</div>
<div v-else-if="columnTitle.prop == 'rybq'"
style="font-size:13px !important">
......@@ -566,13 +591,13 @@
</el-tag>
</div>
<div v-else-if="columnTitle.prop != 'jyaq'"
style="font-size:13px !important">
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"
@click="cutOut(scope.row)"
style="cursor: pointer; color:#F56C6C;display: flex;align-items: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
style="cursor: pointer; color:#F56C6C;display: flex;align-items: center">
<div style="margin-left:20px">
<i class=" iconfont iconshanchu_2"
aria-hidden="true"
......@@ -583,7 +608,7 @@
v-else-if="columnTitle.prop == 'jyaq'">
<span class="none">{{ scope.row[columnTitle.prop] }}</span><a href="javascript:void(0);"
onclick='javascript:this.parentNode.style.display="none";this.parentNode.nextSibling.style.display="block"'
style="display: inline-block;width: 100%;text-align: right;color: #3692c6;font-weight:600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
style="display: inline-block;width: 100%;text-align: right;color: #3692c6;font-weight:600;"
id="open">展开</a>
</div>
<div class="ajxq_n"
......@@ -595,18 +620,6 @@
</div>
</template>
</el-table-column>
<el-table-column width="100"
label="操作"
v-if="queryLb == 'aj' && !isDqjdspbz">
<template slot-scope="scope">
<div class="edit"
style="cursor: pointer"
@click="turnToEdit(scope.row)"
v-show="scope.row.sfkxgbz == '1'">
<i class="el-icon-edit-outline"></i> 编辑
</div>
</template>
</el-table-column>
</el-table>
<!--列表视图-->
<div v-if="listMode == 2"
......
......@@ -9,7 +9,7 @@
}
.el-menu-item {
padding-left: 48px !important;
padding-left: 44px !important;
height: 60px;
}
......
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