Browse Source

优化修改功能

Rockery 3 years ago
parent
commit
46252703af
1 changed files with 29 additions and 1 deletions
  1. 29 1
      src/views/PartyBuildingMgr/FullPartyMember/FullPartyMemberIndex.vue

+ 29 - 1
src/views/PartyBuildingMgr/FullPartyMember/FullPartyMemberIndex.vue

@@ -3,7 +3,7 @@
  * @Author: Rockery
  * @Date: 2021-12-10 10:39:07
  * @LastEditors: Rockery
- * @LastEditTime: 2022-02-09 09:44:40
+ * @LastEditTime: 2022-02-09 14:49:35
  * @FilePath: \party_construct_web\src\views\PartyBuildingMgr\FullPartyMember\FullPartyMemberIndex.vue
  * @Copyright: Copyright (c) 2016~2021 Rockery(1113269755@qq.com)
 -->
@@ -122,6 +122,9 @@
                         class="list-cell"
                       >
                         <div class="list-cell-img">
+                          <!-- <div class="list-cell-img-type">
+                            <div class="list-cell-img-type-content">转出</div>
+                          </div> -->
                           <img
                             :src="item.personPhoto ? (viewPdfFileUrlPrefix + item.personPhoto) : require('@/assets/images/tentative-img.png')"
                             @error="imgViewerOnerror"
@@ -781,6 +784,31 @@ export default {
           }
 
           &-img {
+            &-type {
+              position: absolute;
+              width: 70px;
+              height: 48px;
+              background-image: url("../../../assets/images/list-cell-img-type-bg.png");
+              background-size: cover;
+              background-position: center;
+              background-repeat: no-repeat;
+
+              &-content {
+                margin: 3px 0 0 8px;
+                transform: rotate(-35deg);
+                -ms-transform: rotate(-35deg); /* IE 9 */
+                -moz-transform: rotate(-35deg); /* Firefox */
+                -webkit-transform: rotate(-35deg); /* Safari 和 Chrome */
+                -o-transform: rotate(-35deg); /* Opera */
+                width: 40px;
+                height: 35px;
+                font-size: 16px;
+                font-weight: 400;
+                color: #ffffff;
+                line-height: 22px;
+              }
+            }
+
             img {
               width: 203px;
               height: 239px;