调整work
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user