Commit a827f2e0 authored by 高滢's avatar 高滢

feat(素材库): 抽屉按钮

parent ef1738fa
......@@ -177,10 +177,11 @@ export default {
}
}
.submit-button {
text-align: end;
position: fixed;
bottom: 0px;
background: #ffffff;
width: 100%;
width: 30%;
padding: 20px;
}
</style>
......@@ -328,6 +328,7 @@
>
</el-input>
</el-form-item>
<div style="height: 60px"></div>
<div class="dialog-button">
<el-button
v-loading="addLoading"
......@@ -705,9 +706,12 @@ export default {
</script>
<style lang="scss" scoped>
.dialog-button {
display: flex;
justify-content: flex-end;
margin-right: 20px;
position: fixed;
bottom: 0px;
background: #ffffff;
width: 39%;
padding: 20px;
text-align: end;
}
.custom-link {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment