BUG 29563

This commit is contained in:
aixianling
2022-05-10 09:53:57 +08:00
parent 59cdf54967
commit 5d1b4b54a7

View File

@@ -35,8 +35,6 @@
</div> </div>
</div> </div>
</template> </template>
`
<script> <script>
export default { export default {
name: 'setGird', name: 'setGird',
@@ -166,9 +164,10 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.setGird { .setGird {
height: 100%; min-height: 100vh;
background: #fff; background: #fff;
padding-bottom: 140px; padding-bottom: 140px;
box-sizing: border-box;
.header-middle { .header-middle {
.hint { .hint {