Baozhangchao 3 anni fa
parent
commit
7dcbd835e1

+ 1
- 1
src/components/BuildingSelect/index.jsx Vedi File

@@ -61,7 +61,7 @@ export default (props) => {
61 61
     <view>
62 62
       {
63 63
         visible ? (
64
-          <>
64
+          < >
65 65
             <view onClick={() => setVisible(false)} className={wrapAnimate}></view>
66 66
             <view className={frameAnimate} catchMove>
67 67
               <view className='frame'>

+ 3
- 2
src/components/BuildingSelect/style.css Vedi File

@@ -74,10 +74,11 @@
74 74
   text-align: center;
75 75
   font-size: 32px;
76 76
   line-height: 92px;
77
-  background: #193c83;
78
-  color: #fff;
77
+  background: #ffff;
78
+  color: #193c83;
79 79
   font-weight: bold;
80 80
   border-radius: 92px;
81
+  border: #193c83 1px solid;
81 82
 }
82 83
 
83 84
 .okBtn {