罗世杰:feat:完成Dropdown组件的封装 fix:更改了pubulishSlide的样式bug

This commit is contained in:
LuoShijie
2023-11-09 21:32:48 +08:00
parent fb0f606ffc
commit 10802093b5
6 changed files with 159 additions and 28 deletions

View File

@@ -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;