ronds-metadata 1.3.42 → 1.3.44
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
11
11
|
/*
|
12
12
|
* @Author: wangxain
|
13
13
|
* @Date: 2022-03-04 08:53:04
|
14
|
-
* @LastEditTime:
|
14
|
+
* @LastEditTime: 2024-05-14 11:27:04
|
15
15
|
*/
|
16
16
|
import React from 'react';
|
17
17
|
import { pick, isArray } from 'lodash';
|
@@ -296,6 +296,7 @@ var Editable = function Editable(props) {
|
|
296
296
|
context: window
|
297
297
|
}, /*#__PURE__*/React.createElement("div", {
|
298
298
|
style: {
|
299
|
+
width: '100%',
|
299
300
|
height: "".concat((type === 'multiple' || type === 'freedom') && !readonly && isAddRow && defaultValue ? 'calc(100% - 40px)' : '100%')
|
300
301
|
}
|
301
302
|
}, /*#__PURE__*/React.createElement(_Table, _extends({
|
@@ -1,8 +1,8 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: "mt"; /* Project id 2247093 */
|
3
|
-
src: url('iconfont.woff2?t=
|
4
|
-
url('iconfont.woff?t=
|
5
|
-
url('iconfont.ttf?t=
|
3
|
+
src: url('iconfont.woff2?t=1716173312085') format('woff2'),
|
4
|
+
url('iconfont.woff?t=1716173312085') format('woff'),
|
5
|
+
url('iconfont.ttf?t=1716173312085') format('truetype');
|
6
6
|
}
|
7
7
|
|
8
8
|
.mt {
|
@@ -13,6 +13,18 @@
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
14
14
|
}
|
15
15
|
|
16
|
+
.mt-pt2:before {
|
17
|
+
content: "\e710";
|
18
|
+
}
|
19
|
+
|
20
|
+
.mt-pipeline:before {
|
21
|
+
content: "\e663";
|
22
|
+
}
|
23
|
+
|
24
|
+
.mt-pt:before {
|
25
|
+
content: "\e613";
|
26
|
+
}
|
27
|
+
|
16
28
|
.mt-index:before {
|
17
29
|
content: "\e63a";
|
18
30
|
}
|
Binary file
|
Binary file
|
Binary file
|