Commit 76e94d20 by gao_yingdong

展开收起

parent 5cc9113d
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="margin-top: 20px"> <div style="margin-top: 70px">
<div class="add"> <div class="add">
<div class="contents"> <div class="contents">
<div> <div>
...@@ -308,6 +308,55 @@ ...@@ -308,6 +308,55 @@
align="center" align="center"
height="20" height="20"
> >
<template slot-scope="scope">
<div v-if="xyrItem.prop == 'jyaq'">
<div class="ajxq_s">
<span
class="none"
v-html="scope.row[xyrItem.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;
"
id="open"
v-show="
scope.row[xyrItem.prop] != '' &&
scope.row[xyrItem.prop] != null
"
>展开</a
>
</div>
<div class="ajxq_n" style="display: none">
<span
style="display: block"
v-html="scope.row[xyrItem.prop]"
></span
><a
href="javascript:void(0);"
onclick='javascript:this.parentNode.style.display="none";this.parentNode.previousSibling.style.display="block"'
style="
float: right;
color: #3692c6;
font-weight: 600;
"
id="stop"
v-show="
scope.row[xyrItem.prop] != '' &&
scope.row[xyrItem.prop] != null
"
>收起</a
>
</div>
</div>
<div v-else v-html="scope.row[xyrItem.prop]"></div>
</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
...@@ -1035,6 +1084,10 @@ $-header-fontSize: 18px; ...@@ -1035,6 +1084,10 @@ $-header-fontSize: 18px;
line-height: 48px; line-height: 48px;
color: #ffffff; color: #ffffff;
padding: 0 17px; padding: 0 17px;
width: 100%;
position: fixed;
top: 0;
z-index: 200;
img { img {
width: 36px; width: 36px;
margin-left: 5px; margin-left: 5px;
......
...@@ -1193,9 +1193,7 @@ ...@@ -1193,9 +1193,7 @@
height: 24px; height: 24px;
font-size: 18px; font-size: 18px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold;
line-height: 24px; line-height: 24px;
color: #ffffff;
opacity: 1; opacity: 1;
" "
> >
...@@ -3200,7 +3198,7 @@ export default { ...@@ -3200,7 +3198,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
.el-dialog__header { .el-dialog__header {
background: #3597f3; background: #ffffff;
} }
.el-dialog__headerbtn .el-dialog__close { .el-dialog__headerbtn .el-dialog__close {
...@@ -3219,7 +3217,7 @@ export default { ...@@ -3219,7 +3217,7 @@ export default {
#formCommonPage, #formCommonPage,
.el-form-item__label { .el-form-item__label {
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold; // font-weight: bold;
color: #555555; color: #555555;
opacity: 1; opacity: 1;
} }
......
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