罗世杰:feat:完成Dropdown组件的封装 fix:更改了pubulishSlide的样式bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="input-and-swiper-root">
|
||||
<view class="search-box">
|
||||
<view class="search-box-input">
|
||||
<u-input placeholder="热门搜索" placeholder-style="color: #969696" prefixIcon="search"
|
||||
@@ -133,6 +133,10 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.input-and-swiper-root {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.search-box {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user