调整样式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<div class="AppThreeSessions">
|
||||
<div v-if="isShow" style="height:100%;">
|
||||
<div class="fixed-top" style="width:100%;">
|
||||
<!-- 头部搜索样式 -->
|
||||
@@ -321,7 +321,10 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scope>
|
||||
.page {
|
||||
.AppThreeSessions {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
|
||||
.fixed-top {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
@@ -67,6 +67,7 @@ export default {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
min-height: 100vh;
|
||||
|
||||
.bg-img {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user