#
whycq
2023-12-22 98490eb53b6785aea310ff91c26e16198ed74a1f
#
2个文件已修改
24 ■■■■ 已修改文件
Monitor-APP/pages/home/home.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 1.5rem;
    /* background-color: aliceblue;     */
}
.swiper-head {
Monitor-APP/pages/home/home.vue
@@ -218,11 +218,11 @@
                            <view class="text-content">
                                <!-- head -->
                                <view class="swiper-head">
                                    <view style="width: 20%;">目标站:{{infoText.staNo}}</view>
                                    <view style="width: 30%;">商品编号</view>
                                    <view style="width: 20%;">商品名称</view>
                                    <view style="width: 20%;">规格</view>
                                    <view style="width: 10%;">数量</view>
                                    <view style="flex:1">目标站:{{infoText.staNo}}</view>
                                    <view style="flex:2">商品编号</view>
                                    <view style="flex:2">商品名称</view>
                                    <!-- <view style="flex:1">规格</view> -->
                                    <view style="flex:1">数量</view>
                                </view>
                                <!-- body -->
                                <view class="swiper-body">
@@ -234,11 +234,11 @@
                                    display-multiple-items="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.matNo}}</view>
                                            <view style="width: 20%;">{{item.maknx}}</view>
                                            <view style="width: 20%;">{{item.specs}}</view>
                                            <view style="width: 10%;">{{item.count}}</view>
                                            <view style="flex:1">No:{{i+1}}</view>
                                            <view style="flex:2">{{item.matnr}}</view>
                                            <view style="flex:2">{{item.maknx}}</view>
                                            <!-- <view style="flex:1">{{item.specs}}</view> -->
                                            <view style="flex:1">{{item.count}}</view>
                                        </swiper-item>
                                    </swiper>
                                </view>
@@ -1097,4 +1097,4 @@
        height: 20%;font-size: 8vh;
        justify-content: center;
    }
</style>
</style>