gy-webcode2 1.1.0 → 1.1.1

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.
@@ -1,5 +1,5 @@
1
1
  .wrapper_header{
2
- height: 48px;
2
+ height: 40px;
3
3
  display: flex;
4
4
  @include theme('background-color','header_bgColor');
5
5
  .logo{
@@ -15,7 +15,8 @@
15
15
  }
16
16
  }
17
17
  .menu{
18
- margin-left: 160px;
18
+ // margin-left: 160px;
19
+ margin-left: 20px;
19
20
  display: flex;
20
21
  height: 100%;
21
22
  position: relative;
@@ -48,8 +49,8 @@
48
49
  position: absolute;
49
50
  width: 32px;
50
51
  // background: #4172f6;
51
- height: 4px;
52
- border-radius: 4px;
52
+ height: 2px;
53
+ border-radius: 2px;
53
54
  left: 0;
54
55
  display: none;
55
56
  bottom: 6px;
@@ -32,7 +32,10 @@
32
32
  &.el-table--mini td{
33
33
  padding: 7px 0 !important;
34
34
  }
35
-
35
+ .el-table__header-wrapper .el-table__header{
36
+ border-radius: 8px 8px 0 0;
37
+ overflow: hidden;
38
+ }
36
39
 
37
40
  }
38
41
  .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
package/index.js CHANGED
@@ -13,5 +13,5 @@
13
13
  // 已使用项目 指标管理
14
14
 
15
15
  module.exports = {
16
- version :'1.1.0',
16
+ version :'1.1.1',
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {