调整work

This commit is contained in:
24kycj
2025-12-28 12:44:40 +08:00
parent 741387aff2
commit ff6df432ec
29 changed files with 6843 additions and 9126 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
<template>
<div :style="'background-image:url(' + bgi + ');background-repeat: no-repeat;background-position: 50% 50%;'" class="empty"></div>
<div :style="'background-image:url(' + bgi + ');background-repeat: no-repeat;background-position: 50% 50%;'"
class="empty"></div>
</template>
<script>
export default {
@@ -20,7 +21,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="less" scoped>
.empty {
height: 345px;
flex: 1;
width: 100%;
}
</style>