gy-webcode2 1.0.6 → 1.0.7

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.
package/css/layout.scss CHANGED
@@ -44,7 +44,8 @@
44
44
  height: 0;
45
45
  .left{
46
46
  background: #fff;
47
- width: 240px;
47
+ // width: 240px;
48
+ width: 260px;
48
49
  position: relative;
49
50
  overflow: hidden;
50
51
  margin-right: 16px;
@@ -5,7 +5,7 @@
5
5
  // align-items: center;
6
6
  line-height: normal;
7
7
  transition: all 0.2s ease;
8
- color: #262626;
8
+ // color: #262626;
9
9
  &.lan{
10
10
  @include themeColor("color",'color');
11
11
  }
@@ -100,6 +100,13 @@
100
100
  @include themeColor("border-color",'down');
101
101
  }
102
102
  }
103
+
104
+ &.mini{
105
+ width: 42px;
106
+ padding: 4px ;
107
+ min-width: auto ;
108
+ font-size: 12px ;
109
+ }
103
110
  }
104
111
  // 输入框
105
112
  .el-input__inner{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {