提交 0154a339 authored 作者: 王腾飞's avatar 王腾飞

1125

上级 012bf9af
......@@ -88,4 +88,218 @@
width:5px;
height:5px;
}
}
\ No newline at end of file
}
.box {
width:100%;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
}
.metaDataTop {
width:100%;
padding-bottom:23px;
em {
color:#3F4560;
font-size:20px;
font-style:normal;
}
span {
float:right;
width:50px;
font-size:14px;
color:#868BA3;
cursor:pointer;
}
}
.searchBox {
width:100%;
height:98px;
background:#fff;
padding:31px 45px;
margin-bottom:26px;
.el-select {
width:120px !important;
}
}
.contentBox {
margin-top:26px;
background:#fff;
padding:20px 20px 0;
}
.contentBoxTop {
float:right;
margin-top:9px;
span {
color:#fff;
font-size:16px;
}
}
.dataList {
width:100%;
.ulOne {
border-bottom:1px solid #e7eaec;
width:100%;
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
display:flex;
margin-top:20px;
padding-bottom:20px;
align-items:center;
li {
list-style:none;
&:nth-of-type(2) {
flex:1;
margin-left:10px;
dl {
display:flex;
align-items: center;
dt {
border-top: none;
vertical-align: middle;
width:42px;
margin-top:-20px;
img {
width:100%;
height:100%;
vertical-align: middle;
margin-top:50%;
}
}
dd {
margin-inline-start:0;
margin-left:20px;
flex:1;
ul {
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
li {
color:#5B616D;
font-size:14px;
&:nth-of-type(1) {
color:#222222;
font-size:16px;
}
&:nth-of-type(2) {
margin:5px 0 7px 0;
width:initial;
background:initial;
text-align:initial;
}
&:nth-of-type(3) {
line-height:22px;
width:initial;
height:initial;
text-align:initial;
background:initial;
font-size:14px;
color:#5B616D;
border-radius:initial;
margin:initial;
}
}
}
}
}
}
&:nth-of-type(3) {
width:60px;
height:22px;
text-align:center;
line-height:22px;
background:#16D39A;
font-size:12px;
color:#fff;
border-radius:5px;
margin:0 20px 0 40px;
}
&:nth-of-type(4) {
.el-button {
display:block;
&:nth-of-type(2) {
margin-left:initial;
margin-top:10px;
}
}
}
}
}
}
.screeningConditionsLeft {
color:#62738D;
border-bottom: 1px solid #DCE1E9;
border-top: 1px solid #DCE1E9;
margin:0px 0 -26px;
height:46px;
line-height:46px;
padding:0 20px;
background:#F9FAFC;
.el-button--success.is-plain{
color: #62738D !important;
border-color: #62738D !important;
}
.el-button--success.is-plain:hover{
background-color: #00B5B8 !important;
border-color: #00B5B8 !important;
color: #fff !important;
}
float:left;
label {
font-weight:400;
}
.btn{
cursor: pointer;
}
span.active {
color:#02B4D0;
}
span:nth-of-type(2),span:nth-of-type(3){
margin:0 0px 0 14px;
}
img {
cursor:pointer;
}
img:nth-of-type(1),img:nth-of-type(3),img:nth-of-type(5) {
margin:0 6px;
}
}
.elDiaTwo {
display:flex;
flex-wrap:wrap;
.el-form-item {
width:49%;
&:nth-of-type(2n) {
margin-left:2%;
}
}
}
.addNewGloss {
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
display:flex;
flex-wrap:wrap;
border-top:1px dotted #ccc;
padding-top:20px;
li {
list-style:none;
height:30px;
padding:0 10px;
line-height:28px;
border:1px solid #16D39A;
border-radius:4px;
margin-right:15px;
cursor:pointer;
}
}
// .dataAttrBox {
// h2 {
// font-size: 18px;
// color: #303133;
// font-weight:normal;
// }
// }
\ No newline at end of file
......@@ -699,7 +699,6 @@ export default {
},500)
},
goResourceDetail(row, column, event) {
console.log(row,"((((((((()))")
this.$router.push({
path: '/draw/msgPacket',
query: {
......
<template>
<div class="box">
<div class="box" v-loading="loading">
<div class="metaDataTop">
<em>人物</em>
<span @click="refPage">刷新 <i class="el-icon-refresh"></i></span>
......@@ -15,7 +15,7 @@
<span>共找到 {{ totalNum }} 条数据</span>
<el-button type="success" plain size="mini" @click="batchDelete" style="margin-left: 20px;">批量删除</el-button>
<div class="contentBoxTop">
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:30px; float:right;" @click="addNewEntity">新增实体</el-button>
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:33px; float:right;" @click="addNewEntity">新增实体</el-button>
</div>
</div>
<div class="contentBox">
......@@ -127,6 +127,7 @@ export default {
components:{pagination},
data() {
return {
loading: false,
checkAll: false,
isIndeterminate: true,
multipleSelection: [],//选中的
......@@ -460,219 +461,7 @@ export default {
</script>
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
}
.metaDataTop {
width:100%;
padding-bottom:23px;
em {
color:#3F4560;
font-size:20px;
font-style:normal;
}
span {
float:right;
width:50px;
font-size:14px;
color:#868BA3;
cursor:pointer;
}
}
.searchBox {
width:100%;
height:98px;
background:#fff;
padding:31px 45px;
margin-bottom:26px;
.el-select {
width:120px !important;
}
}
.contentBox {
margin-top:26px;
background:#fff;
padding:20px 20px 0;
}
.contentBoxTop {
float:right;
margin-top:9px;
span {
color:#222222;
font-size:16px;
}
}
.dataList {
width:100%;
.ulOne {
border-bottom:1px solid #e7eaec;
width:100%;
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
display:flex;
margin-top:20px;
padding-bottom:20px;
align-items:center;
li {
list-style:none;
&:nth-of-type(2) {
flex:1;
margin-left:10px;
dl {
display:flex;
align-items: center;
dt {
border-top: none;
vertical-align: middle;
width:42px;
margin-top:-20px;
img {
width:100%;
height:100%;
vertical-align: middle;
margin-top:50%;
}
}
dd {
margin-inline-start:0;
margin-left:20px;
flex:1;
ul {
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
li {
color:#5B616D;
font-size:14px;
&:nth-of-type(1) {
color:#222222;
font-size:16px;
}
&:nth-of-type(2) {
margin:5px 0 7px 0;
width:initial;
background:initial;
text-align:initial;
}
&:nth-of-type(3) {
line-height:22px;
width:initial;
height:initial;
text-align:initial;
background:initial;
font-size:14px;
color:#5B616D;
border-radius:initial;
margin:initial;
}
}
}
}
}
}
&:nth-of-type(3) {
width:60px;
height:22px;
text-align:center;
line-height:22px;
background:#16D39A;
font-size:12px;
color:#fff;
border-radius:5px;
margin:0 20px 0 40px;
}
&:nth-of-type(4) {
.el-button {
display:block;
&:nth-of-type(2) {
margin-left:initial;
margin-top:10px;
}
}
}
}
}
}
.screeningConditionsLeft {
color:#62738D;
border-bottom: 1px solid #DCE1E9;
border-top: 1px solid #DCE1E9;
margin:0px 0 -26px;
height:46px;
line-height:46px;
padding:0 20px;
background:#F9FAFC;
.el-button--success.is-plain{
color: #62738D !important;
border-color: #62738D !important;
}
.el-button--success.is-plain:hover{
background-color: #00B5B8 !important;
border-color: #00B5B8 !important;
color: #fff !important;
}
float:left;
label {
font-weight:400;
}
.btn{
cursor: pointer;
}
span.active {
color:#02B4D0;
}
span:nth-of-type(2),span:nth-of-type(3){
margin:0 0px 0 14px;
}
img {
cursor:pointer;
}
img:nth-of-type(1),img:nth-of-type(3),img:nth-of-type(5) {
margin:0 6px;
}
}
.elDiaTwo {
display:flex;
flex-wrap:wrap;
.el-form-item {
width:49%;
&:nth-of-type(2n) {
margin-left:2%;
}
}
}
.addNewGloss {
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
display:flex;
flex-wrap:wrap;
border-top:1px dotted #ccc;
padding-top:20px;
li {
list-style:none;
height:30px;
padding:0 10px;
line-height:28px;
border:1px solid #16D39A;
border-radius:4px;
margin-right:15px;
cursor:pointer;
}
}
// .dataAttrBox {
// h2 {
// font-size: 18px;
// color: #303133;
// font-weight:normal;
// }
// }
</style>
<style lang="scss">
......
<template>
<div class="box">
<div class="box" v-loading="loading">
<div class="metaDataTop">
<em>地理位置</em>
<span @click="refPage">刷新 <i class="el-icon-refresh " ></i></span>
......@@ -15,7 +15,7 @@
<span>共找到 {{ totalNum }} 条数据</span>
<el-button type="success" plain size="mini" @click="batchDelete" style="margin-left: 20px;">批量删除</el-button>
<div class="contentBoxTop">
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:30px; float:right;" @click="addNewEntity">新增实体</el-button>
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:33px; float:right;" @click="addNewEntity">新增实体</el-button>
</div>
</div>
<div class="contentBox">
......@@ -405,195 +405,7 @@ export default {
</script>
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
}
.metaDataTop {
width:100%;
padding-bottom:23px;
em {
color:#3F4560;
font-size:20px;
font-style:normal;
}
span {
float:right;
width:50px;
font-size:14px;
color:#868BA3;
cursor:pointer;
}
}
.searchBox {
width:100%;
height:98px;
background:#fff;
padding:31px 45px;
margin-bottom:26px;
.el-select {
width:120px !important;
}
}
.contentBox {
margin-top:26px;
background:#fff;
padding:20px 20px 0;
}
.contentBoxTop {
float:right;
margin-top:9px;
span {
color:#222222;
font-size:16px;
}
}
.dataList {
width:100%;
.ulOne {
border-bottom:1px solid #e7eaec;
width:100%;
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
display:flex;
margin-top:20px;
padding-bottom:20px;
align-items:center;
li {
list-style:none;
&:nth-of-type(2) {
flex:1;
margin-left:10px;
dl {
display:flex;
align-items: center;
dt {
border-top: none;
vertical-align: middle;
width:42px;
margin-top:-20px;
img {
width:100%;
height:100%;
vertical-align: middle;
margin-top:50%;
}
}
dd {
margin-inline-start:0;
margin-left:20px;
flex:1;
ul {
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
li {
color:#5B616D;
font-size:14px;
&:nth-of-type(1) {
color:#222222;
font-size:16px;
}
&:nth-of-type(2) {
margin:5px 0 7px 0;
width:initial;
background:initial;
text-align:initial;
}
&:nth-of-type(3) {
line-height:22px;
width:initial;
height:initial;
text-align:initial;
background:initial;
font-size:14px;
color:#5B616D;
border-radius:initial;
margin:initial;
}
}
}
}
}
}
&:nth-of-type(3) {
width:60px;
height:22px;
text-align:center;
line-height:22px;
background:#16D39A;
font-size:12px;
color:#fff;
border-radius:5px;
margin:0 20px 0 40px;
}
&:nth-of-type(4) {
.el-button {
display:block;
&:nth-of-type(2) {
margin-left:initial;
margin-top:10px;
}
}
}
}
}
}
.screeningConditionsLeft {
color:#62738D;
border-bottom: 1px solid #DCE1E9;
border-top: 1px solid #DCE1E9;
margin:0px 0 -26px;
height:46px;
line-height:46px;
padding:0 20px;
background:#F9FAFC;
.el-button--success.is-plain{
color: #62738D !important;
border-color: #62738D !important;
}
.el-button--success.is-plain:hover{
background-color: #00B5B8 !important;
border-color: #00B5B8 !important;
color: #fff !important;
}
float:left;
label {
font-weight:400;
}
.btn{
cursor: pointer;
}
span.active {
color:#02B4D0;
}
span:nth-of-type(2),span:nth-of-type(3){
margin:0 0px 0 14px;
}
img {
cursor:pointer;
}
img:nth-of-type(1),img:nth-of-type(3),img:nth-of-type(5) {
margin:0 6px;
}
}
.elDiaTwo {
display:flex;
flex-wrap:wrap;
.el-form-item {
width:49%;
&:nth-of-type(2n) {
margin-left:2%;
}
}
}
.map {
height:230px;
}
</style>
<style lang="scss">
......
<template>
<div class="box">
<div class="box" v-loading="loading">
<div class="metaDataTop">
<em>组织机构</em>
<span @click="refPage">刷新 <i class="el-icon-refresh " ></i></span>
......@@ -15,7 +15,7 @@
<span>共找到 {{ totalNum }} 条数据</span>
<el-button type="success" plain size="mini" @click="batchDelete" style="margin-left: 20px;">批量删除</el-button>
<div class="contentBoxTop">
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:30px; float:right;" @click="addNewEntity">新增实体</el-button>
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:33px; float:right;" @click="addNewEntity">新增实体</el-button>
</div>
</div>
<div class="contentBox">
......@@ -425,192 +425,7 @@ export default {
</script>
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
}
.metaDataTop {
width:100%;
padding-bottom:23px;
em {
color:#3F4560;
font-size:20px;
font-style:normal;
}
span {
float:right;
width:50px;
font-size:14px;
color:#868BA3;
cursor:pointer;
}
}
.searchBox {
width:100%;
height:98px;
background:#fff;
padding:31px 45px;
margin-bottom:26px;
.el-select {
width:120px !important;
}
}
.contentBox {
margin-top:26px;
background:#fff;
padding:20px 20px 0;
}
.contentBoxTop {
float:right;
margin-top:9px;
span {
color:#222222;
font-size:16px;
}
}
.dataList {
width:100%;
.ulOne {
border-bottom:1px solid #e7eaec;
width:100%;
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
display:flex;
margin-top:20px;
padding-bottom:20px;
align-items:center;
li {
list-style:none;
&:nth-of-type(2) {
flex:1;
margin-left:10px;
dl {
display:flex;
align-items: center;
dt {
border-top: none;
vertical-align: middle;
width:42px;
margin-top:-20px;
img {
width:100%;
height:100%;
vertical-align: middle;
margin-top:50%;
}
}
dd {
margin-inline-start:0;
margin-left:20px;
flex:1;
ul {
margin-block-start:0;
margin-block-end:0;
padding-inline-start:0;
li {
color:#5B616D;
font-size:14px;
&:nth-of-type(1) {
color:#222222;
font-size:16px;
}
&:nth-of-type(2) {
margin:5px 0 7px 0;
width:initial;
background:initial;
text-align:initial;
}
&:nth-of-type(3) {
line-height:22px;
width:initial;
height:initial;
text-align:initial;
background:initial;
font-size:14px;
color:#5B616D;
border-radius:initial;
margin:initial;
}
}
}
}
}
}
&:nth-of-type(3) {
width:60px;
height:22px;
text-align:center;
line-height:22px;
background:#16D39A;
font-size:12px;
color:#fff;
border-radius:5px;
margin:0 20px 0 40px;
}
&:nth-of-type(4) {
.el-button {
display:block;
&:nth-of-type(2) {
margin-left:initial;
margin-top:10px;
}
}
}
}
}
}
.screeningConditionsLeft {
color:#62738D;
border-bottom: 1px solid #DCE1E9;
border-top: 1px solid #DCE1E9;
margin:0px 0 -26px;
height:46px;
line-height:46px;
background:#F9FAFC;
padding:0 20px;
.el-button--success.is-plain{
color: #62738D !important;
border-color: #62738D !important;
}
.el-button--success.is-plain:hover{
background-color: #00B5B8 !important;
border-color: #00B5B8 !important;
color: #fff !important;
}
float:left;
label {
font-weight:400;
}
.btn{
cursor: pointer;
}
span.active {
color:#02B4D0;
}
span:nth-of-type(2),span:nth-of-type(3){
margin:0 0px 0 14px;
}
img {
cursor:pointer;
}
img:nth-of-type(1),img:nth-of-type(3),img:nth-of-type(5) {
margin:0 6px;
}
}
.elDiaTwo {
display:flex;
flex-wrap:wrap;
.el-form-item {
width:49%;
&:nth-of-type(2n) {
margin-left:2%;
}
}
}
</style>
<style lang="scss">
......
<template>
<div class="box">
<div class="box" v-loading="loading">
<div class="metaDataTop">
<em>时间</em>
<span @click="refPage">刷新 <i class="el-icon-refresh " ></i></span>
......@@ -15,7 +15,7 @@
<span>共找到 {{ totalNum }} 条数据</span>
<el-button type="success" plain size="mini" style="margin-left: 20px;" @click="batchDelete">批量删除</el-button>
<div class="contentBoxTop">
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:30px; float:right;" @click="addNewEntity">新增实体</el-button>
<el-button type="primary" size="mini" icon="el-icon-plus" style="background:#00B5B8; height:33px; float:right;" @click="addNewEntity">新增实体</el-button>
</div>
</div>
<div class="contentBox">
......
......@@ -420,8 +420,26 @@ export default {
this.loadTreeVisible=false;
},1000)
},
resetSearch() {
this.searchForm = {
diyTypeCode:'',
status:'',//默认丰富化的
resourceType:'',
orderBy:"",
beginTime:'',
endTime:'',
pageNum:1,
pageSize:30,
createrId:''
};
this.formation = '';//形成时间的筛选的
this.size = '';
this.createTime = '';
this.getList();
},
refPage(){
this.loading=true;
this.resetSearch()
setTimeout(()=>{
this.loading=false;
},1000)
......@@ -435,9 +453,9 @@ export default {
color:#868BA3;
}
.userPhoto {
width:40px;
height:40px;
border-radius:50%;
width:28px;
height:28px;
border-radius:4px;
}
</style>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论