图库修改样式

This commit is contained in:
duan
2024-08-09 16:48:58 +08:00
parent 681d1c2c07
commit b1bf21ccad
4 changed files with 121 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div class="notifications">
123
</div>
</template>
<script>
export default {
data(){
return {}
}
}
</script>