@zgfe/modules-dm 1.0.34-heyh.39 → 1.0.34-heyh.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,9 @@
5
5
  padding: 24px;
6
6
  background: #fff;
7
7
  border-radius: 8px;
8
+ .ant-select{
9
+ border-radius: 4px!important;
10
+ }
8
11
  .loading {
9
12
  position: fixed;
10
13
  top: 70%;
@@ -399,6 +402,9 @@
399
402
  }
400
403
 
401
404
  .event-list-drawer {
405
+ .ant-select{
406
+ border-radius: 4px!important;
407
+ }
402
408
  .ant-drawer-header-title {
403
409
  height: 20px;
404
410
  .ant-drawer-close {
@@ -412,6 +418,9 @@
412
418
  }
413
419
 
414
420
  .create-virtual-drawer {
421
+ .ant-select{
422
+ border-radius: 4px!important;
423
+ }
415
424
  #basic {
416
425
  padding-bottom: 100px;
417
426
  .ant-input {
@@ -565,7 +574,7 @@
565
574
  }
566
575
  .tuozhuai1 {
567
576
  font-size: 18px !important;
568
- cursor: pointer;
577
+ cursor: move;
569
578
  }
570
579
  .handle:hover {
571
580
  color: #165dff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.39",
3
+ "version": "1.0.34-heyh.40",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "a21129d7374e4a3c1ff37184f29a06bc3b9cb6fe",
54
+ "gitHead": "999e1ee5c461d2f01bfbfe111c6fc52c3409001c",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }