|
|
@@ -37,7 +37,6 @@
|
|
|
:auto-upload="false"
|
|
|
:on-change="selectPicture"
|
|
|
:on-exceed="selectPictureExceed"
|
|
|
- style="display: inline-block; position: absolute; right: 182px"
|
|
|
>
|
|
|
<el-button icon="ele-Picture">选择图片</el-button>
|
|
|
</el-upload>
|
|
|
@@ -199,4 +198,14 @@ defineExpose({
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.dialog-footer {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-end;
|
|
|
+ gap: 12px;
|
|
|
+
|
|
|
+ .el-button+.el-button {
|
|
|
+ margin-left: 0 !important;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|