11
This commit is contained in:
parent
0cab3dd853
commit
17018a4e07
@ -1,7 +1,7 @@
|
|||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
/* min-height: 100vh; */
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,8 @@
|
|||||||
<!-- 背景图片区域 -->
|
<!-- 背景图片区域 -->
|
||||||
<view class="bg-image-container">
|
<view class="bg-image-container">
|
||||||
<image class="bg-image" src="http://localhost:8080/test.png" mode="aspectFill"></image>
|
<image class="bg-image" src="http://localhost:8080/test.png" mode="aspectFill"></image>
|
||||||
|
<!-- <input class="search-box" placeholder='输入工单号进入工单' confirm-type='search' @input="searchInput"
|
||||||
|
@confirm="searchInput" :value="selectKeyWord" /> -->
|
||||||
<view class="search-box">
|
<view class="search-box">
|
||||||
<text class="search-placeholder">输入工单号进入工单</text>
|
<text class="search-placeholder">输入工单号进入工单</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user