|
@@ -224,11 +224,12 @@ provide('selectMenu', selectMenu)
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
.layout {
|
|
.layout {
|
|
|
|
+ position: relative;
|
|
.top {
|
|
.top {
|
|
position: sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
top: 0;
|
|
padding: 5px 0;
|
|
padding: 5px 0;
|
|
- z-index: 100;
|
|
|
|
|
|
+ z-index: 1000;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
|
|
|
.current {
|
|
.current {
|
|
@@ -309,6 +310,11 @@ provide('selectMenu', selectMenu)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.info {
|
|
.info {
|
|
|
|
+ width: 100%;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ padding: 10px 0;
|
|
.list_1 {
|
|
.list_1 {
|
|
margin: 0 10px 0 0;
|
|
margin: 0 10px 0 0;
|
|
border: #e4e4e4 1px dashed;
|
|
border: #e4e4e4 1px dashed;
|