提交 38d7859a 编写于 作者: N nenyah

feat(search-bar.vue): modify style

上级 8cb47e2e
<!--
* @Description:
* @Author: Steven
* @Date: 2020-09-08 09:23:10
* @LastEditors: Steven
* @LastEditTime: 2020-09-10 09:10:02
-->
<template>
<view class="flex bg-white opacity-25 p-2 my-2">
<input
class="border-b border border-yellow-500 px-4 block w-full "
type="text"
placeholder="搜索编号/参与项目"
placeholder-class="text-gray-900"
/>
<view class="fa fa-search text-orange-500"></view>
<view
class="flex w-full py-2 border-b-2 border-r-0 border-l-0 border-t-0 border-solid border-gray-200 "
>
<input
class="px-4 block w-full"
type="text"
placeholder="搜索编号/参与项目"
placeholder-class="text-gray-900"
/>
<view class="fa fa-search text-orange-500"></view>
</view>
</view>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册