25895
This commit is contained in:
		@@ -583,12 +583,9 @@ export default {
 | 
			
		||||
          display: flex;
 | 
			
		||||
          position: relative;
 | 
			
		||||
          justify-content: space-between;
 | 
			
		||||
          // align-items: center;
 | 
			
		||||
          padding-bottom: 40px;
 | 
			
		||||
 | 
			
		||||
          .item-left {
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            // position: relative;
 | 
			
		||||
            .item-left-ava-icon {
 | 
			
		||||
              position: relative;
 | 
			
		||||
 | 
			
		||||
@@ -601,12 +598,10 @@ export default {
 | 
			
		||||
                background-color: #2266ff;
 | 
			
		||||
                color: #fff;
 | 
			
		||||
                font-size: 28px;
 | 
			
		||||
                // vertical-align: middle;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                z-index: 999;
 | 
			
		||||
 | 
			
		||||
                img {
 | 
			
		||||
                  // margin: 16px 0 0 8px;
 | 
			
		||||
                  width: 48px;
 | 
			
		||||
                  height: 48px;
 | 
			
		||||
                }
 | 
			
		||||
@@ -618,11 +613,9 @@ export default {
 | 
			
		||||
                left: 50px;
 | 
			
		||||
                width: 36px;
 | 
			
		||||
                height: 36px;
 | 
			
		||||
                // background: #fff;
 | 
			
		||||
                border-radius: 50%;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                vertical-align: middle;
 | 
			
		||||
 | 
			
		||||
                img {
 | 
			
		||||
                  width: 36px;
 | 
			
		||||
                  height: 36px;
 | 
			
		||||
@@ -648,7 +641,6 @@ export default {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .solid {
 | 
			
		||||
              // height: 100%;
 | 
			
		||||
              height: calc(100%);
 | 
			
		||||
              border-left: 4px solid #eee;
 | 
			
		||||
              position: absolute;
 | 
			
		||||
@@ -657,7 +649,6 @@ export default {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .dashed {
 | 
			
		||||
              // height: 100%;
 | 
			
		||||
              height: calc(100%);
 | 
			
		||||
              border-left: 4px dashed #eee;
 | 
			
		||||
              position: absolute;
 | 
			
		||||
@@ -1093,12 +1084,10 @@ export default {
 | 
			
		||||
          display: flex;
 | 
			
		||||
          position: relative;
 | 
			
		||||
          justify-content: space-between;
 | 
			
		||||
          // align-items: center;
 | 
			
		||||
          padding-bottom: 40px;
 | 
			
		||||
 | 
			
		||||
          .item-left {
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            // position: relative;
 | 
			
		||||
            .item-left-ava-icon {
 | 
			
		||||
              position: relative;
 | 
			
		||||
 | 
			
		||||
@@ -1111,12 +1100,10 @@ export default {
 | 
			
		||||
                background-color: #2266ff;
 | 
			
		||||
                color: #fff;
 | 
			
		||||
                font-size: 28px;
 | 
			
		||||
                // vertical-align: middle;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                z-index: 999;
 | 
			
		||||
 | 
			
		||||
                img {
 | 
			
		||||
                  // margin: 16px 0 0 8px;
 | 
			
		||||
                  width: 48px;
 | 
			
		||||
                  height: 48px;
 | 
			
		||||
                }
 | 
			
		||||
@@ -1128,7 +1115,6 @@ export default {
 | 
			
		||||
                left: 50px;
 | 
			
		||||
                width: 36px;
 | 
			
		||||
                height: 36px;
 | 
			
		||||
                // background: #fff;
 | 
			
		||||
                border-radius: 50%;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                vertical-align: middle;
 | 
			
		||||
 
 | 
			
		||||
@@ -67,7 +67,7 @@
 | 
			
		||||
        <text class="img_text">(最多9张)</text>
 | 
			
		||||
        <div class="upload">
 | 
			
		||||
          <div class="info">
 | 
			
		||||
            <AiUploader multiple @list="(v) => (picture = v)" :limit="9" :size="2097152" preview />
 | 
			
		||||
            <AiUploader multiple @list="(v) => (picture = v)" :limit="9" action="/admin/file/add2" :size="2097152" preview />
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -583,12 +583,9 @@ export default {
 | 
			
		||||
          display: flex;
 | 
			
		||||
          position: relative;
 | 
			
		||||
          justify-content: space-between;
 | 
			
		||||
          // align-items: center;
 | 
			
		||||
          padding-bottom: 40px;
 | 
			
		||||
 | 
			
		||||
          .item-left {
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            // position: relative;
 | 
			
		||||
            .item-left-ava-icon {
 | 
			
		||||
              position: relative;
 | 
			
		||||
 | 
			
		||||
@@ -601,12 +598,10 @@ export default {
 | 
			
		||||
                background-color: #2266ff;
 | 
			
		||||
                color: #fff;
 | 
			
		||||
                font-size: 28px;
 | 
			
		||||
                // vertical-align: middle;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                z-index: 999;
 | 
			
		||||
 | 
			
		||||
                img {
 | 
			
		||||
                  // margin: 16px 0 0 8px;
 | 
			
		||||
                  width: 48px;
 | 
			
		||||
                  height: 48px;
 | 
			
		||||
                }
 | 
			
		||||
@@ -618,11 +613,9 @@ export default {
 | 
			
		||||
                left: 50px;
 | 
			
		||||
                width: 36px;
 | 
			
		||||
                height: 36px;
 | 
			
		||||
                // background: #fff;
 | 
			
		||||
                border-radius: 50%;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                vertical-align: middle;
 | 
			
		||||
 | 
			
		||||
                img {
 | 
			
		||||
                  width: 36px;
 | 
			
		||||
                  height: 36px;
 | 
			
		||||
@@ -648,7 +641,6 @@ export default {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .solid {
 | 
			
		||||
              // height: 100%;
 | 
			
		||||
              height: calc(100%);
 | 
			
		||||
              border-left: 4px solid #eee;
 | 
			
		||||
              position: absolute;
 | 
			
		||||
@@ -657,7 +649,6 @@ export default {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .dashed {
 | 
			
		||||
              // height: 100%;
 | 
			
		||||
              height: calc(100%);
 | 
			
		||||
              border-left: 4px dashed #eee;
 | 
			
		||||
              position: absolute;
 | 
			
		||||
@@ -1093,12 +1084,10 @@ export default {
 | 
			
		||||
          display: flex;
 | 
			
		||||
          position: relative;
 | 
			
		||||
          justify-content: space-between;
 | 
			
		||||
          // align-items: center;
 | 
			
		||||
          padding-bottom: 40px;
 | 
			
		||||
 | 
			
		||||
          .item-left {
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            // position: relative;
 | 
			
		||||
            .item-left-ava-icon {
 | 
			
		||||
              position: relative;
 | 
			
		||||
 | 
			
		||||
@@ -1111,12 +1100,10 @@ export default {
 | 
			
		||||
                background-color: #2266ff;
 | 
			
		||||
                color: #fff;
 | 
			
		||||
                font-size: 28px;
 | 
			
		||||
                // vertical-align: middle;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                z-index: 999;
 | 
			
		||||
 | 
			
		||||
                img {
 | 
			
		||||
                  // margin: 16px 0 0 8px;
 | 
			
		||||
                  width: 48px;
 | 
			
		||||
                  height: 48px;
 | 
			
		||||
                }
 | 
			
		||||
@@ -1128,7 +1115,6 @@ export default {
 | 
			
		||||
                left: 50px;
 | 
			
		||||
                width: 36px;
 | 
			
		||||
                height: 36px;
 | 
			
		||||
                // background: #fff;
 | 
			
		||||
                border-radius: 50%;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                vertical-align: middle;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user