ll
liukangdong
2024-10-21 884eb00837d43c0954f45ffb63a5d262b90179a0
pda/pages/index/index.vue
@@ -1,9 +1,11 @@
<template>
  <view class="main_app">
      <view class="main_header">
         <image src="../../static/back.svg" class="back"></image>
         <view class="com">
            <!-- <image src="../../static/back.svg" class="back"></image> -->
         </view>
         <view class="title">调度平台</view>
         <view class="loginout" @click="loginout">退出登录</view>
         <view class="com loginout" @click="loginout">退出登录</view>
      </view>
    <view class="main_content">
       <view class="banner">
@@ -82,6 +84,11 @@
      align-items: center;
      background-color: $uni-color-primary;
      color: #fff;
      .com{
         width: 200rpx;
         display: flex;
         align-items: center;
      }
      .back{
         width: 42rpx;
         height: 42rpx;
@@ -90,6 +97,9 @@
         font-weight: 500;
         font-size: 36rpx;
      }
      .loginout{
         justify-content: flex-end;
      }
   }
.main_app {
  min-height: 100vh;