调整样式

This commit is contained in:
aixianling
2022-03-31 12:05:35 +08:00
parent c88fa5c6cc
commit 1b65ac7286
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="page"> <div class="AppThreeSessions">
<div v-if="isShow" style="height:100%;"> <div v-if="isShow" style="height:100%;">
<div class="fixed-top" style="width:100%;"> <div class="fixed-top" style="width:100%;">
<!-- 头部搜索样式 --> <!-- 头部搜索样式 -->
@@ -321,7 +321,10 @@ export default {
}; };
</script> </script>
<style lang="scss" scope> <style lang="scss" scope>
.page { .AppThreeSessions {
width: 100%;
overflow-x: hidden;
.fixed-top { .fixed-top {
z-index: 9999; z-index: 9999;
} }

View File

@@ -67,6 +67,7 @@ export default {
position: relative; position: relative;
width: 100%; width: 100%;
overflow-x: hidden; overflow-x: hidden;
min-height: 100vh;
.bg-img { .bg-img {
width: 100%; width: 100%;