26331
This commit is contained in:
		@@ -65,8 +65,8 @@
 | 
				
			|||||||
      <div class="reply_img">
 | 
					      <div class="reply_img">
 | 
				
			||||||
        <text class="img">图片资料</text>
 | 
					        <text class="img">图片资料</text>
 | 
				
			||||||
        <text class="img_text">(最多9张)</text>
 | 
					        <text class="img_text">(最多9张)</text>
 | 
				
			||||||
        <div class="upload">
 | 
					        <div class="uploads">
 | 
				
			||||||
          <div class="info">
 | 
					          <div class="infos">
 | 
				
			||||||
            <AiUploader multiple @list="(v) => (picture = v)" :limit="9" action="/admin/file/add2" preview />
 | 
					            <AiUploader multiple @list="(v) => (picture = v)" :limit="9" action="/admin/file/add2" preview />
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@@ -324,7 +324,11 @@ export default {
 | 
				
			|||||||
        ::v-deep .info > span {
 | 
					        ::v-deep .info > span {
 | 
				
			||||||
          width: 380px;
 | 
					          width: 380px;
 | 
				
			||||||
          text-align: left;
 | 
					          text-align: left;
 | 
				
			||||||
          //  word-break: break-all;
 | 
					          word-break: break-all;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          overflow: hidden;
 | 
				
			||||||
 | 
					          white-space: nowrap;
 | 
				
			||||||
 | 
					          text-overflow: ellipsis;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        ::v-deep .ai-uploader .fileList .default {
 | 
					        ::v-deep .ai-uploader .fileList .default {
 | 
				
			||||||
@@ -352,13 +356,13 @@ export default {
 | 
				
			|||||||
        margin-left: 10px;
 | 
					        margin-left: 10px;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      .upload {
 | 
					      .uploads {
 | 
				
			||||||
        width: 100%;
 | 
					        width: 100%;
 | 
				
			||||||
        margin-top: 10px;
 | 
					        margin-top: 10px;
 | 
				
			||||||
        padding: 12px 12px 12px 0;
 | 
					        padding: 12px 12px 12px 0;
 | 
				
			||||||
        box-sizing: border-box;
 | 
					        box-sizing: border-box;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .info {
 | 
					        .infos {
 | 
				
			||||||
          width: 100%;
 | 
					          width: 100%;
 | 
				
			||||||
          text-align: center;
 | 
					          text-align: center;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user