张涛 2 年前
父节点
当前提交
b09ae3e72c
共有 6 个文件被更改,包括 36826 次插入12906 次删除
  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 查看文件

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

+ 23515
- 22
package-lock.json
文件差异内容过多而无法显示
查看文件


+ 18
- 1
src/app.less 查看文件

@@ -1,3 +1,4 @@
1
+/* stylelint-disable CssSyntaxError */
1 2
 
2 3
 page {
3 4
   height: 100%;
@@ -14,8 +15,24 @@ page {
14 15
   --loading-spinner-color: var(--main-bg-color);
15 16
   // tab 划线颜色
16 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 36
 view {
20 37
   box-sizing: border-box;
21
-}
38
+}

+ 1
- 3
src/components/IssueCard/style.module.less 查看文件

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

+ 1
- 0
src/pages/issue/edit/index.jsx 查看文件

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

+ 13290
- 12879
yarn.lock
文件差异内容过多而无法显示
查看文件