Fix
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
export default {
|
||||
name: 'AdminComplaintDetails',
|
||||
|
||||
|
||||
layout: 'admin',
|
||||
|
||||
async asyncData({ $axios, params, query, error }) {
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.progressBar {
|
||||
.el-progress-bar__inner {
|
||||
left: auto;
|
||||
right: 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-upload {
|
||||
background-color: cornflowerblue;
|
||||
padding: .5rem 1rem;
|
||||
border-radius: .5rem;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.space {
|
||||
margin: 5rem;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user