张涛 2 years ago
parent
commit
b09ae3e72c
6 changed files with 36826 additions and 12906 deletions
  1. 1
    1
      config/dev.js
  2. 23515
    22
      package-lock.json
  3. 18
    1
      src/app.less
  4. 1
    3
      src/components/IssueCard/style.module.less
  5. 1
    0
      src/pages/issue/edit/index.jsx
  6. 13290
    12879
      yarn.lock

+ 1
- 1
config/dev.js View File

4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
     // HOST: '"http://127.0.0.1:9087"',
6
     // HOST: '"http://127.0.0.1:9087"',
7
-    HOST: '"http://localhost:9087"',
7
+    HOST: '"http://192.168.89.147:9087"',
8
     AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
8
     AD_IMAGE: '"https://h5.njyunzhi.com/images/citizen_banner.png"',
9
     DEFAULT_POS: '"116.3476917447715,31.409912844296578"', // 霍山县人民政府 gcj02
9
     DEFAULT_POS: '"116.3476917447715,31.409912844296578"', // 霍山县人民政府 gcj02
10
   },
10
   },

+ 23515
- 22
package-lock.json
File diff suppressed because it is too large
View File


+ 18
- 1
src/app.less View File

1
+/* stylelint-disable CssSyntaxError */
1
 
2
 
2
 page {
3
 page {
3
   height: 100%;
4
   height: 100%;
14
   --loading-spinner-color: var(--main-bg-color);
15
   --loading-spinner-color: var(--main-bg-color);
15
   // tab 划线颜色
16
   // tab 划线颜色
16
   --tabs-bottom-bar-color: var(--main-bg-color);
17
   --tabs-bottom-bar-color: var(--main-bg-color);
18
+
19
+  .van-ellipsis {
20
+    font-size: 30px;
21
+
22
+  }
23
+
24
+  .van-cell {
25
+    font-size: var(--cell-font-size, 32rpx) !important;
26
+  }
27
+
28
+  .van-field__control {
29
+    font-size: var(--field-font-size, 30rpx) !important;
30
+
31
+  }
32
+
33
+
17
 }
34
 }
18
 
35
 
19
 view {
36
 view {
20
   box-sizing: border-box;
37
   box-sizing: border-box;
21
-}
38
+}

+ 1
- 3
src/components/IssueCard/style.module.less View File

11
     align-items: center;
11
     align-items: center;
12
     justify-content: space-between;
12
     justify-content: space-between;
13
     font-size: 28px;
13
     font-size: 28px;
14
-
15
     & > view {
14
     & > view {
16
       flex: 1;
15
       flex: 1;
17
       line-height: 52px;
16
       line-height: 52px;
19
 
18
 
20
       &:last-child {
19
       &:last-child {
21
         flex: none;
20
         flex: none;
22
-        font-size: 24px;
23
         color: #222;
21
         color: #222;
24
       }
22
       }
25
     }
23
     }
27
 
25
 
28
   .issue-card-body {
26
   .issue-card-body {
29
     padding: 20px;
27
     padding: 20px;
30
-    font-size: 24px;
28
+    font-size: 30px;
31
     color: #333;
29
     color: #333;
32
     line-height: 54px;
30
     line-height: 54px;
33
     height: 252px;
31
     height: 252px;

+ 1
- 0
src/pages/issue/edit/index.jsx View File

12
 import Edit from './components/Edit';
12
 import Edit from './components/Edit';
13
 import Assigned from './components/Assigned';
13
 import Assigned from './components/Assigned';
14
 import Cancel from './components/Cancel';
14
 import Cancel from './components/Cancel';
15
+// eslint-disable-next-line import/first
15
 import { PROCESS_END, PROCESS_START } from '@/utils/biz';
16
 import { PROCESS_END, PROCESS_START } from '@/utils/biz';
16
 
17
 
17
 export default (props) => {
18
 export default (props) => {

+ 13290
- 12879
yarn.lock
File diff suppressed because it is too large
View File