调整样式
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user