|
@@ -27,7 +27,7 @@
|
|
<div class="leader-info-list-con">
|
|
<div class="leader-info-list-con">
|
|
<div v-for="(item,key) in this.detail" :key="key">
|
|
<div v-for="(item,key) in this.detail" :key="key">
|
|
<el-descriptions class="margin-top" title="" :column="1" size="mini" border>
|
|
<el-descriptions class="margin-top" title="" :column="1" size="mini" border>
|
|
- <el-descriptions-item :label="`${item.name}:`">
|
|
|
|
|
|
+ <el-descriptions-item :label="`${item.name}`">
|
|
{{item.value}}
|
|
{{item.value}}
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
@@ -860,6 +860,15 @@ html, body {
|
|
background: #04080c !important;
|
|
background: #04080c !important;
|
|
box-shadow: $barShadow !important;
|
|
box-shadow: $barShadow !important;
|
|
border: 1px $barBorder !important;
|
|
border: 1px $barBorder !important;
|
|
|
|
+ .el-descriptions__body{
|
|
|
|
+ background:transparent !important;
|
|
|
|
+ color: #fff;
|
|
|
|
+ .el-descriptions-item__label{
|
|
|
|
+ background:transparent !important;
|
|
|
|
+ color: #fff;
|
|
|
|
+ width: 100px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.el-dialog__header {
|
|
.el-dialog__header {
|
|
padding: 15px 20px !important;
|
|
padding: 15px 20px !important;
|
|
background-image: -moz-linear-gradient($GradualGreen) !important;
|
|
background-image: -moz-linear-gradient($GradualGreen) !important;
|
|
@@ -872,6 +881,7 @@ html, body {
|
|
color: #3cd7ef !important;
|
|
color: #3cd7ef !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.leader-info-container{
|
|
.leader-info-container{
|
|
// padding: .5rem;
|
|
// padding: .5rem;
|
|
display: flex;
|
|
display: flex;
|