#
Your Name
2022-08-16 257d662f74f8a04ffedd153855d53f954576c50e
#
1个文件已修改
1 文件已重命名
9 ■■■■■ 已修改文件
pages/basics/demo02.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/css/common.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/demo02.vue
@@ -1,13 +1,14 @@
<template>
    <!-- 窗口容器 -->
    <view>
        <!-- 搜索框 -->
    <view style="width: 100%;">
        <!-- 条码扫描框 -->
        <view class="search-box">
            <view>
                <view class="search-box-title">库位码 : </view>
                <input class="search-box-input" placeholder-style="placeholderStyle" type="text" >
            </view>
        </view>
    </view>
</template>
@@ -22,5 +23,5 @@
</script>
<style>
    @import url("@/static/css/demo02.css");
    @import url("@/static/css/common.css");
</style>
static/css/common.css
File was renamed from static/css/demo02.css
@@ -1,4 +1,4 @@
/* 搜索框 */
/* 条码扫描框 */
.search-box {
    width: 100%;
    /* height: 100rpx; */