|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <div class="hisvistdeils">
|
|
|
<!-- 顶部条-->
|
|
|
<van-nav-bar class="navBar" title="拜访任务详情" left-arrow @click-left="onClickLeft" />
|
|
|
<!--right-text="保存"-->
|
|
|
@@ -553,83 +553,85 @@ export default {
|
|
|
top: 50px;
|
|
|
}
|
|
|
</style>
|
|
|
-<style>
|
|
|
-.table-headermd {
|
|
|
- font-size: 1.2rem;
|
|
|
- text-align: center;
|
|
|
- position: initial;
|
|
|
- width: 94% !important;
|
|
|
- margin: 0 auto;
|
|
|
- border-right: 0;
|
|
|
-}
|
|
|
+<style lang="scss">
|
|
|
+.hisvistdeils {
|
|
|
+ .table-headermd {
|
|
|
+ font-size: 1.2rem;
|
|
|
+ text-align: center;
|
|
|
+ position: initial;
|
|
|
+ width: 94% !important;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-right: 0;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .el-table__header,
|
|
|
-.table-headermd .el-table__body {
|
|
|
- width: 100% !important;
|
|
|
-}
|
|
|
+ .table-headermd .el-table__header,
|
|
|
+ .table-headermd .el-table__body {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd col {
|
|
|
- width: 5.8rem;
|
|
|
-}
|
|
|
+ .table-headermd col {
|
|
|
+ width: 5.8rem;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd col:nth-child(2),
|
|
|
-.table-headermd col:nth-child(4),
|
|
|
-.table-headermd col:nth-child(3) {
|
|
|
- width: 5rem;
|
|
|
-}
|
|
|
+ .table-headermd col:nth-child(2),
|
|
|
+ .table-headermd col:nth-child(4),
|
|
|
+ .table-headermd col:nth-child(3) {
|
|
|
+ width: 5rem;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .van-cell {
|
|
|
- padding: 0 4px;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
+ .table-headermd .van-cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd th.el-table__cell > .cell {
|
|
|
- padding: 0 4px;
|
|
|
-}
|
|
|
+ .table-headermd th.el-table__cell > .cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd th.el-table__cell {
|
|
|
- background-color: #1989fa;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
+ .table-headermd th.el-table__cell {
|
|
|
+ background-color: #1989fa;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .el-table__cell {
|
|
|
- padding: 4px 0;
|
|
|
-}
|
|
|
+ .table-headermd .el-table__cell {
|
|
|
+ padding: 4px 0;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd .tipTitle {
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
-}
|
|
|
+ .table-headermd .tipTitle {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ }
|
|
|
|
|
|
-.table-headermd::before {
|
|
|
- height: 0;
|
|
|
-}
|
|
|
+ .table-headermd::before {
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
|
|
|
-.f-right {
|
|
|
- text-align: right;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
+ .f-right {
|
|
|
+ text-align: right;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
|
|
|
-.mg0 {
|
|
|
- margin: 6px 10px;
|
|
|
- color: #909090;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
+ .mg0 {
|
|
|
+ margin: 6px 10px;
|
|
|
+ color: #909090;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
|
|
|
-.selesetText {
|
|
|
- margin-bottom: 16px;
|
|
|
-}
|
|
|
+ .selesetText {
|
|
|
+ margin-bottom: 16px;
|
|
|
+ }
|
|
|
|
|
|
-.z-cells .van-cell__title {
|
|
|
- font-weight: bold;
|
|
|
- color: #4a4a4a;
|
|
|
-}
|
|
|
+ .z-cells .van-cell__title {
|
|
|
+ font-weight: bold;
|
|
|
+ color: #4a4a4a;
|
|
|
+ }
|
|
|
|
|
|
-.z-cells .van-cell {
|
|
|
- padding-bottom: 0;
|
|
|
+ .z-cells .van-cell {
|
|
|
+ padding-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
<style>
|