#
whycq
2023-05-23 9259b0334048ae1d8e16dd3d8372eb761480c804
#
2个文件已修改
12 ■■■■ 已修改文件
Monitor-APP/pages/home/home.css 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-size: 30px;
    /* background-color: aliceblue;     */
}
.swiper-head {
@@ -28,7 +28,7 @@
    align-items: center;
    /* display: grid; */
    /* align-items: center; */
    /* grid-template-columns: 2fr 3fr 2fr 2fr 1fr; */
    /* grid-template-columns: 2fr 3fr 2fr 1fr; */
}
.swiper-item:nth-child(2n-1) {
    background-color: rgba(255, 255, 255, .1);
Monitor-APP/pages/home/home.vue
@@ -218,8 +218,8 @@
                                <!-- head -->
                                <view class="swiper-head">
                                    <view style="width: 20%;">托盘码:{{infoText.barcode}}</view>
                                    <view style="width: 30%;">商品编号</view>
                                    <view style="width: 20%;">商品名称</view>
                                    <view style="width: 35%;">商品编号</view>
                                    <view style="width: 35%;">商品名称</view>
                                    <!-- <view style="width: 20%;">规格</view> -->
                                    <view style="width: 10%;">数量</view>
                                </view>
@@ -234,8 +234,8 @@
                                    circular="true" :autoplay="true" :interval="3000" :duration="1000">
                                        <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                            <view style="width: 20%;">No:{{i+1}}</view>
                                            <view style="width: 30%;">{{item.matnr}}</view>
                                            <view style="width: 20%;">{{item.maknx}}</view>
                                            <view style="width: 35%;">{{item.matnr}}</view>
                                            <view style="width: 35%;">{{item.maknx}}</view>
                                            <!-- <view style="width: 20%;">{{item.specs}}</view> -->
                                            <view style="width: 10%;">{{item.count}}</view>
                                        </swiper-item>