Commit a827f2e0 authored by 高滢's avatar 高滢

feat(素材库): 抽屉按钮

parent ef1738fa
...@@ -177,10 +177,11 @@ export default { ...@@ -177,10 +177,11 @@ export default {
} }
} }
.submit-button { .submit-button {
text-align: end;
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
background: #ffffff; background: #ffffff;
width: 100%; width: 30%;
padding: 20px; padding: 20px;
} }
</style> </style>
...@@ -328,6 +328,7 @@ ...@@ -328,6 +328,7 @@
> >
</el-input> </el-input>
</el-form-item> </el-form-item>
<div style="height: 60px"></div>
<div class="dialog-button"> <div class="dialog-button">
<el-button <el-button
v-loading="addLoading" v-loading="addLoading"
...@@ -705,9 +706,12 @@ export default { ...@@ -705,9 +706,12 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.dialog-button { .dialog-button {
display: flex; position: fixed;
justify-content: flex-end; bottom: 0px;
margin-right: 20px; background: #ffffff;
width: 39%;
padding: 20px;
text-align: end;
} }
.custom-link { .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