Browse Source

修复报修申请页面BUG

fanghuisheng 1 year ago
parent
commit
58da651a73

+ 1 - 1
src/pages/business/mhxf/xunJian/xunJian.vue

@@ -25,7 +25,7 @@
 			</view> -->
 
       <!-- 宫格列表 -->
-      <view class="section2 section bg-white margin-top-sm">
+      <view class=" section bg-white margin-top-sm">
         <view class="cu-list grid col-4 no-border" style="padding-top: 0.3125rem">
           <view class="cu-item justify-center align-center" v-for="(item, index) in inspectList" :key="index" @tap="navItemClick(item.redirectUrl, item.id)">
             <image :src="item.imgUrl" style="width: 40px; height: 40px"></image>

+ 2 - 2
src/pages/common/repairReport/index.vue

@@ -34,8 +34,8 @@
               <u-form-item label="问题描述" prop="repairContent" :borderBottom="true" required>
                 <u--textarea v-model="form.repairContent" border="none" placeholder="请填写问题描述" maxlength="100" style="padding: 0"></u--textarea>
               </u-form-item>
-              <u-form-item label="上传图片" prop="paymentReceipt" :borderBottom="true">
-                <oa-upload :uploadCount="1" :uploadImage="form.paymentReceipt" @uploadSuccessChange="uploadSuccessChange" @uploadDeleteChange="uploadDeleteChange"></oa-upload>
+              <u-form-item label="上传图片" prop="repairPicture" :borderBottom="true">
+                <oa-upload :uploadCount="1" :uploadImage="form.repairPicture" @uploadSuccessChange="uploadSuccessChange" @uploadDeleteChange="uploadDeleteChange"></oa-upload>
                 <view style="color: #666666">图片支持png、jpg</view>
               </u-form-item>
             </view>

+ 1 - 1
src/pages/common/square/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		<view class="section2 section  bg-white margin-top-sm">
+		<view class=" section  bg-white margin-top-sm">
 			<view class="cu-list grid col-3 no-border">
 				<view class="cu-item justify-center align-center" @tap="goSiteList(item.redirectUrl)"  v-for="(item,index) in cuIconList" :key="index">
 					<image :src="`${item.imgUrl}`" style="width:100rpx;height:100rpx"></image>

+ 25 - 35
src/pages/index.vue

@@ -28,7 +28,7 @@
   >
     <template #default>
       <view class="home-container">
-        <!-- 下拉列表 开始 -->
+        <!-- 右侧弹窗 -->
         <u-transition :show="dialogFlag" :duration="200" mode="fade">
           <view class="transition" @click="rightButtonClick()">
             <view class="transition-section" :style="{ top: proxy.$settingStore.barHightTop }">
@@ -44,14 +44,13 @@
             </view>
           </view>
         </u-transition>
-        <!-- 下拉列表 结束 -->
 
-        <!-- 轮播图 开始 -->
+        <!-- 轮播图 -->
         <u-swiper v-if="swiperBool" :list="swiperList" :interval="swiperTime" indicatorMode="line" radius="0" height="160" indicator circular keyName="url" @click="swiperClick" @change="swiperChange">
         </u-swiper>
-
         <image v-if="!swiperBool" style="width: 100%; height: 160px" src="@/static/images/index/banner1.png"></image>
 
+        <!-- 天气 -->
         <view class="app-common-notice bg-white radius shadow-default margin-lr-sm margin-bottom-sm" v-if="weatherData.length != 0">
           <!-- <view class="info">
             <view class="info-header">
@@ -64,9 +63,9 @@
           <view class="weather radius">
             <view class="weather-header">
               <view class="iconfont ucicon-address icon"></view>
-              <view style="margin: 0 15px 0 0">{{ weatherData[0].location || "上海" }}</view>
+              <view class="mr15">{{ weatherData[0].location || "上海" }}</view>
               <view style="margin: 0 auto 0 0">今天</view>
-              <view style="margin: 0 0 0 0">{{ weatherData[0].text || "未知" }}</view>
+              <view class="m0">{{ weatherData[0].text || "未知" }}</view>
             </view>
             <view class="weather-center">
               <view class="temperature">{{ weatherData[0].today.low + "/" + weatherData[0].today.high || "0℃" }}</view>
@@ -75,37 +74,33 @@
           </view>
         </view>
 
-        <!-- 轮播图 结束 -->
-
-        <!-- 宫格列表 -->
-        <view class="section2 section bg-white margin-bottom-sm" v-if="recentlyUsed.length > 0">
-          <view style="color: #000000; font-size: 14px; padding: 10px 10px 5px 10px">最近使用</view>
+        <!-- 最近使用宫格 -->
+        <view class="bg-white margin-bottom-sm" v-if="recentlyUsed.length > 0">
+          <view class="plr10 pt10 pb5" style="color: #000000; font-size: 14px">最近使用</view>
           <view class="cu-list grid col-5 no-border">
             <view class="cu-item justify-center align-center" @tap="navItemClick(item)" v-for="(item, index) in recentlyUsed.slice(0, 5)" :key="index">
               <image :src="item.meta.icon" style="width: 40px; height: 40px"></image>
               <!-- <view class="cu-tag badge" v-if="item.badge != 0">
-              <block v-if="item.badge != 0">{{ item.badge > 99 ? "99+" : item.badge }}</block>
-            </view> -->
+                <block v-if="item.badge != 0">{{ item.badge > 99 ? "99+" : item.badge }}</block>
+              </view> -->
               <text style="font-size: 12px">{{ item.meta.title }}</text>
             </view>
           </view>
         </view>
-        <!-- 宫格列表 end -->
 
-        <!-- 宫格列表 -->
-        <view class="section2 section bg-white">
-          <view style="color: #000000; font-size: 14px; padding: 10px 10px 5px 10px">常用功能</view>
+        <!-- 常用功能宫格 -->
+        <view class="bg-white">
+          <view class="plr10 pt10 pb5" style="color: #000000; font-size: 14px">常用功能</view>
           <view class="cu-list grid col-5 no-border">
             <view class="cu-item justify-center align-center" @tap="navItemClick(item)" v-for="(item, index) in cuIconList" :key="index">
               <image :src="item.meta.icon" style="width: 40px; height: 40px"></image>
               <!-- <view class="cu-tag badge" v-if="item.badge != 0">
-              <block v-if="item.badge != 0">{{ item.badge > 99 ? "99+" : item.badge }}</block>
-            </view> -->
+                <block v-if="item.badge != 0">{{ item.badge > 99 ? "99+" : item.badge }}</block>
+              </view> -->
               <text style="font-size: 12px">{{ item.meta.title }}</text>
             </view>
           </view>
         </view>
-        <!-- 宫格列表 end -->
       </view>
     </template>
   </oa-scroll>
@@ -114,16 +109,14 @@
 </template>
 
 <script setup>
-import searchSelect from "@/components/searchSelect/searchSelect.vue";
-
-import * as jwx from "@/utils/jssdk.js"; //引入js sdk的封装
-
 import { onReady, onLoad, onShow, onNavigationBarButtonTap, onPullDownRefresh, onReachBottom } from "@dcloudio/uni-app";
 import { ref, onMounted, inject, shallowRef, reactive, getCurrentInstance, toRefs } from "vue";
 import { getToken } from "@/utils/auth";
 import { useStores, publicStores } from "@/store/modules/index";
 
 import { scan_push, getHomePageData, getFunctionalModuleStatistics, getAppRouters, qrCodeSend, getMobileBanner } from "@/api/index";
+import searchSelect from "@/components/searchSelect/searchSelect.vue";
+import * as jwx from "@/utils/jssdk.js"; //引入js sdk的封装
 
 const useStore = useStores();
 const publicStore = publicStores(); //全局公共Store
@@ -369,9 +362,6 @@ function getMobileBannerApi() {
  */
 function getAppRoutersData() {
   getAppRouters().then((res) => {
-    // res.data.forEach((el) => {
-    //     el.meta.icon = `/static/icons/index/${el.meta.icon}.png`;
-    // });
     cuIconList.value = res.data;
   });
 }
@@ -403,7 +393,7 @@ onShow(() => {
     bottom: 0;
     z-index: 1100;
 
-    .transition-section {
+    &-section {
       position: absolute;
       top: 10px;
       right: 15px;
@@ -411,36 +401,36 @@ onShow(() => {
       border-radius: 10px;
       box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
 
-      .transition-section-divider {
+      &-divider {
         border-bottom: 0.5px rgba(0, 0, 0, 0.1) solid;
         margin: 0 20px;
       }
 
-      .transition-section-content {
+      &-content {
         display: flex;
         padding: 15px 20px;
 
-        .transition-section-content-icon {
+        &-icon {
           font-size: 18px;
           color: #000;
         }
 
-        .transition-section-content-text {
+        &-text {
           margin: 0 20px;
         }
       }
 
-      .transition-section-content:first-child {
+      &-content:first-child {
         padding-top: 15px;
         border-radius: 10px 10px 0 0;
       }
 
-      .transition-section-content:last-child {
+      &-content:last-child {
         padding-bottom: 15px;
         border-radius: 0 0 10px 10px;
       }
 
-      .transition-section-content:hover {
+      &-content:hover {
         // transform: 3s;
         // transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
         transition: all 3s cubic-bezier(0.7, -0.5, 0.2, 2);

+ 0 - 6
src/pages/info.vue

@@ -23,12 +23,6 @@
   </u-sticky>
 
   <scroll-view class="bg-white info-wrapper" scroll-y :style="`height: calc(100vh - (105px + ${proxy.$settingStore.barHightTop} + ${proxy.$settingStore.tabBarHeight}))`">
-    <!-- <view class="uni-content-header">
-      <view class="padding-lr-sm padding-top-sm" style="width: 100%; height: 290rpx">
-        <image class="radius" style="width: 100%; height: 100%" src="@/static/images/info/info-bg.png" mode="scaleToFill"></image>
-      </view>
-    </view> -->
-
     <view class="uni-content-body">
       <view class="uni-list padding" @tap="goApplicationInfo()">
         <view class="uni-avatar">

+ 14 - 9
src/pages/login.vue

@@ -92,11 +92,16 @@ const data = reactive({
 
 const { phone, verify, switchText, username, password, inputIconBool, linkUrl, userChecked } = toRefs(data);
 
+/**
+ * @跳转服务器配置
+ */
 function goSeverConfig() {
   proxy.$tab.navigateTo("/pages/serveConfigSelect");
 }
 
-/**登录方式切换 */
+/**
+ * @登录方式切换
+ */
 function switchMode() {
   if (switchText.value == "验证码登录") {
     switchText.value = "账号密码登录";
@@ -105,7 +110,9 @@ function switchMode() {
   }
 }
 
-/** 点击发送验证码 */
+/**
+ * @点击发送验证码
+ */
 function getVerifyCode() {
   //#ifdef APP-PLUS || MP-WEIXIN
   if (!uni.getStorageSync("serveUrl")) {
@@ -113,7 +120,7 @@ function getVerifyCode() {
     return;
   }
   //#endif
-  
+
   verify.value = undefined;
   useStore.GetCodeImg({
     phone: phone.value,
@@ -124,9 +131,10 @@ function getVerifyCode() {
 }
 
 /**
- * 判断运行环境
+ * @初始化
  */
-function env() {
+function init() {
+  useStore.SetInterval("codeTime"); //调用倒计时定时器
   useStore.SET_LOGINMOBILELIST({
     loginTitle: "",
     loginBottomTitle: "",
@@ -138,8 +146,6 @@ function env() {
   //#ifdef H5
   if (window.location.host) {
     linkUrl.value = window.location.host;
-    // linkUrl.value='ces.cn';
-    // linkUrl.value = "172.16.120.165:13207";
     // linkUrl.value = "172.16.120.165:13200";
     // linkUrl.value = "localhost:81";
 
@@ -236,8 +242,7 @@ function handlePrivacy() {
 }
 
 onShow(() => {
-  env();
-  useStore.SetInterval("codeTime"); //调用倒计时定时器
+  init();
 });
 
 onLoad((options) => {});

+ 10 - 10
src/pages/mine.vue

@@ -1,15 +1,15 @@
 <template>
-  <view :data-theme="'theme-' + proxy.$settingStore.themeColor.name" class="mine-container">
+  <view class="mine-container" :data-theme="'theme-' + proxy.$settingStore.themeColor.name">
     <!--顶部个人信息栏-->
-    <view class="header-section" :class="'bg-' + themeColor.name" :style="{ paddingTop: proxy.$settingStore.StatusBar ? proxy.$settingStore.StatusBar + 20 + 'px' : '55px' }">
+    <view class="top-area" :class="'bg-' + themeColor.name" :style="{ paddingTop: proxy.$settingStore.StatusBar ? proxy.$settingStore.StatusBar + 20 + 'px' : '55px' }">
       <view class="flex padding justify-between">
         <view class="flex align-center">
-          <view v-if="!avatar" class="cu-avatar xl round bg-white" @click="!data.nickName ? handleToLogin() : handleToAvatar(1)">
+          <view class="cu-avatar xl round bg-white" v-if="!avatar" @click="!data.nickName ? handleToLogin() : handleToAvatar(1)">
             <view class="iconfont ucicon-people text-gray icon"></view>
           </view>
-          <image v-if="avatar" @click="handleToAvatar(2)" :src="avatar" class="cu-avatar xl round"> </image>
-          <view v-if="!data.nickName" @click="handleToLogin()" class="login-tip"> 点击登录 </view>
-          <view v-if="data.nickName" class="user-info">
+          <image class="cu-avatar xl round" v-if="avatar" :src="avatar" @click="handleToAvatar(2)"> </image>
+          <view class="login-tip" v-if="!data.nickName" @click="handleToLogin()"> 点击登录 </view>
+          <view class="user-info" v-if="data.nickName">
             <view class="u_title"> {{ data.nickName }} </view>
             <view class="u_title"> {{ data.phone }} </view>
           </view>
@@ -102,11 +102,11 @@
       </view> -->
 
       <view class="cu-list menu">
-        <view class="cu-item" style="margin-top: 0; margin-bottom: 0">
+        <view class="cu-item mtb0">
           <view class="content flex align-center">
             <text class="iconfont ucicon-colorlens" :class="'text-' + themeColor.name"></text>
-            <view class="padding solid radius shadow-blur" :class="'bg-' + themeColor.name" style="margin-left: 10px"></view>
-            <view class="title" style="margin-left: 10px">
+            <view class="padding solid radius shadow-blur ml10" :class="'bg-' + themeColor.name"></view>
+            <view class="title ml10">
               主题色:<text :class="'text-' + themeColor.name">{{ themeColor.title }}</text>
             </view>
           </view>
@@ -363,7 +363,7 @@ onNavigationBarButtonTap((e) => {
   height: calc(100vh - (50px + constant(safe-area-inset-bottom)));
   height: calc(100vh - (50px + env(safe-area-inset-bottom)));
 
-  .header-section {
+  .top-area {
     padding: 55px 15px 0 15px;
 
     .login-tip {

+ 38 - 38
src/pages/mine/help/index.vue

@@ -10,10 +10,10 @@
 
     <view class="uni-content-header"></view>
     <view class="uni-content-body">
-      <view class="list-title" v-for="(item, findex) in list" :key="findex" :title="item.title">
-        <view class="text-title"> <view :class="item.icon"></view>{{ item.title }} </view>
-        <view class="childList">
-          <view v-for="(child, zindex) in item.childList" :key="zindex" class="question" hover-class="hover" @click="handleText(child)">
+      <view class="list-item" v-for="(item, findex) in list" :key="findex" :title="item.title">
+        <view class="list-item-title"> <view :class="item.icon"></view>{{ item.title }} </view>
+        <view class="list-item-child">
+          <view class="question" hover-class="hover" v-for="(child, zindex) in item.childList" :key="zindex" @click="handleText(child)">
             <view class="text-item">{{ child.title }}</view>
             <view class="line" v-if="zindex !== item.childList.length - 1"></view>
           </view>
@@ -72,44 +72,44 @@ onShow(() => {
   .uni-content-body {
     padding: 30rpx;
 
-    .list-title {
+    .list-item {
       margin-bottom: 30rpx;
-    }
-
-    .childList {
-      background: #ffffff;
-      box-shadow: 0px 0px 10rpx rgba(193, 193, 193, 0.2);
-      border-radius: 16rpx;
-      margin-top: 10rpx;
-    }
-
-    .line {
-      width: 100%;
-      height: 1rpx;
-      background-color: #f5f5f5;
-    }
 
-    .text-title {
-      display: flex;
-      color: #303133;
-      font-size: 32rpx;
-      font-weight: bold;
-      margin-left: 10rpx;
-
-      .iconfont {
-        font-size: 16px;
-        margin: auto 10rpx auto 0;
+      &-title {
+        display: flex;
+        color: #303133;
+        font-size: 32rpx;
+        font-weight: bold;
+        margin-left: 10rpx;
+
+        .iconfont {
+          font-size: 16px;
+          margin: auto 10rpx auto 0;
+        }
       }
-    }
 
-    .text-item {
-      font-size: 28rpx;
-      padding: 24rpx;
-    }
-
-    .question {
-      color: #606266;
-      font-size: 28rpx;
+      &-child {
+        background: #ffffff;
+        box-shadow: 0px 0px 10rpx rgba(193, 193, 193, 0.2);
+        border-radius: 16rpx;
+        margin-top: 10rpx;
+
+        .question {
+          color: #606266;
+          font-size: 28rpx;
+
+          .text-item {
+            font-size: 28rpx;
+            padding: 24rpx;
+          }
+
+          .line {
+            width: 100%;
+            height: 1rpx;
+            background-color: #f5f5f5;
+          }
+        }
+      }
     }
   }
 }

+ 14 - 30
src/pages/serveConfig.vue

@@ -1,22 +1,18 @@
 <template>
-  <view id="serveConfig">
-    <view class="top">
+  <view id="serveConfig-container">
+    <view class="top-area">
       <u-icon name="arrow-left" size="17px" color="#000" :bold="true" @click="navigateTo"></u-icon>
     </view>
 
-    <view class="content">
-      <text class="title">设置服务器地址</text>
-      <u-icon class="icons" name="scan" color="#2a98ff" size="22"></u-icon>
-      <text class="setting" @tap="scanClick"> 扫码添加 </text>
+    <view class="content-area">
+      <text class="content-area-title">设置服务器地址</text>
+      <u-icon class="content-area-icons" name="scan" color="#2a98ff" size="22"></u-icon>
+      <text class="content-area-setting" @tap="scanClick"> 扫码添加 </text>
     </view>
 
-    <view id="login-input" class="bottom">
+    <view class="bottom-area">
       <u-input v-model="linkUrl" placeholder="服务器地址(必填)" border="none" clearable> </u-input>
-
-      <!-- <u-input v-model="port" type="number" placeholder="端口号(必填)" border="none" maxlength="5" clearable> </u-input> -->
-
       <u-input v-model="port" type="number" placeholder="端口号(非必填)" border="none" maxlength="5" clearable> </u-input>
-
       <u-input v-model="content" placeholder="备注(非必填)" border="none" maxlength="20" clearable> </u-input>
 
       <u-button
@@ -157,7 +153,7 @@ onLoad((options) => {
 </script>
 
 <style lang="scss" scoped>
-#serveConfig {
+#serveConfig-container {
   position: fixed;
   top: 0;
   left: 0;
@@ -173,38 +169,35 @@ onLoad((options) => {
   //#endif
   background-color: #ffffff;
 
-  .top {
+  .top-area {
   }
 
-  .content {
+  .content-area {
     display: flex;
     margin: 30px 0;
 
-    .title {
+    &-title {
       margin: auto auto auto 0;
       color: #000;
       font-size: 18px;
     }
 
-    .icons {
+    &-icons {
       margin: auto 5px auto 0;
     }
 
-    .setting {
+    &setting {
       color: #2a98ff;
       margin: auto 0;
     }
   }
 
-  .bottom {
+  .bottom-area {
     :deep(.u-input) {
       height: 45px;
       border-radius: 8px;
       padding: 5px 12px !important;
       border: 0 !important;
-      //   border-color: #000 !important;
-      //   border-color: gray !important;
-      //   background-color: rgba(255, 255, 255, 0.1) !important;
       background-color: #f5f6fa !important;
       margin-bottom: 15px;
     }
@@ -217,15 +210,6 @@ onLoad((options) => {
       font-size: 16px;
     }
 
-    // :deep(.u-input__content__field-wrapper__field) {
-    //   height: 30px;
-    //   line-height: 30px;
-    // }
-
-    :deep(.uni-input-input) {
-      // padding:8px
-    }
-
     :deep(.u-line) {
       display: none !important;
     }

+ 48 - 36
src/pages/serveConfigSelect.vue

@@ -1,31 +1,31 @@
 <template>
-  <view id="serveConfig">
-    <view class="top">
+  <view id="serveConfigSelect-container">
+    <view class="top-area">
       <u-icon name="arrow-left" size="17px" color="#000" :bold="true" @click="navigateTo()"></u-icon>
     </view>
 
-    <view class="content">
-      <text class="title">选择服务器地址</text>
-      <u-icon class="icons" name="scan" color="#2a98ff" size="22" @tap="serveClick(1)"></u-icon>
-      <text class="setting" @click="serveClick(2)"> 添加 </text>
+    <view class="content-area">
+      <text class="content-area-title">选择服务器地址</text>
+      <u-icon class="content-area-icons" name="scan" color="#2a98ff" size="22" @tap="serveClick(1)"></u-icon>
+      <text class="content-area-setting" @click="serveClick(2)"> 添加 </text>
     </view>
 
-    <view class="bottom">
+    <view class="bottom-area">
       <div class="serveList">
         <u-radio-group v-model="radiovalue" placement="column" @change="handleRadio">
-          <div style="display: flex; background-color: #f5f6fa !important; margin-bottom: 15px; padding: 10px; border-radius: 8px" v-for="(item, index) in radiolist" :key="index">
+          <div class="serveList-item" v-for="(item, index) in radiolist" :key="index">
             <u-radio :customStyle="{ margin: 'auto 0' }" :value="item.id" :name="item.id"></u-radio>
 
-            <div style="margin: auto 0 auto 0; width: 100%" @click="handleRadio(item.id)">
-              <div style="margin-bottom: 5px; font-weight: 600">{{ item.linkUrl }}</div>
-              <div style="color: #a0a4af; font-size: 12px">备注:{{ item.content }}</div>
+            <div class="serveList-item-center" @click="handleRadio(item.id)">
+              <div class="serveList-item-center-title">{{ item.linkUrl }}</div>
+              <div class="serveList-item-center-content">备注:{{ item.content }}</div>
             </div>
 
-            <div v-if="item.id != radiovalue" style="margin: auto 0 auto 0; height: 100%" @click="deleteRadio(index)">
+            <div v-if="item.id != radiovalue" class="serveList-item-icon" @click="deleteRadio(index)">
               <u-icon name="close" color="#a0a4af" size="14"></u-icon>
             </div>
 
-            <div v-if="item.id == radiovalue" style="margin: auto 0 auto 0; height: 100%" @click="editRadio(index)">
+            <div v-if="item.id == radiovalue" class="serveList-item-icon" @click="editRadio(index)">
               <u-icon name="arrow-right" color="#a0a4af" size="14"></u-icon>
             </div>
           </div>
@@ -185,7 +185,7 @@ onLoad((options) => {});
 </script>
 
 <style lang="scss" scoped>
-#serveConfig {
+#serveConfig-container {
   position: fixed;
   top: 0;
   left: 0;
@@ -202,50 +202,62 @@ onLoad((options) => {});
   //#endif
   background-color: #ffffff;
 
-  .top {
+  .top-area {
   }
 
-  .content {
+  .content-area {
     display: flex;
     margin: 30px 0;
 
-    .title {
+    &-title {
       margin: auto auto auto 0;
       color: #000;
       font-size: 18px;
     }
 
-    .icons {
+    &-icons {
       margin: auto 5px auto 0;
     }
 
-    .setting {
+    &-setting {
       color: #2a98ff;
       margin: auto 0;
     }
   }
 
-  .bottom {
+  .bottom-area {
     .serveList {
       max-height: calc(59px * 6);
       overflow: auto;
+
+      &-item {
+        display: flex;
+        background-color: #f5f6fa !important;
+        margin-bottom: 15px;
+        padding: 10px;
+        border-radius: 8px;
+
+        &-center {
+          margin: auto 0 auto 0;
+          width: 100%;
+
+          &-title {
+            margin-bottom: 5px;
+            font-weight: 600;
+          }
+
+          &-content {
+            color: #a0a4af;
+            font-size: 12px;
+          }
+        }
+
+        &-icon {
+          margin: auto 0 auto 0;
+          height: 100%;
+        }
+      }
     }
-    // .u-radio {
-    //   :deep(.u-radio__icon-wrap) {
-    //     background-color: transparent !important;
-    //   }
-
-    //   :deep(.u-icon) {
-    //     width: 8px;
-    //     height: 8px;
-    //     background-color: rgb(41, 121, 255);
-    //     border-radius: 100%;
-    //   }
-
-    //   :deep(.u-icon__icon) {
-    //     display: none;
-    //   }
-    // }
   }
 }
 </style>