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