fl-web-component 1.2.18 → 1.2.19

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 +1 @@
1
- @charset "UTF-8";#fl-model[data-v-afb88654],#konva-container[data-v-4458f11e]{width:100%;height:100%;cursor:pointer}#konva-container[data-v-4458f11e]{z-index:3;overflow:hidden}span[data-v-f547d5c6]{font-weight:bolder}.text[data-v-f547d5c6]{margin-top:20px}.line[data-v-f547d5c6]{border-bottom:1px solid #dcdfe6;margin:20px 0}.center[data-v-f547d5c6]{display:flex;flex-direction:column;align-items:center}.center .cen span[data-v-f547d5c6],.center .top span[data-v-f547d5c6]{color:"#53a8ff";display:inline-block;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid;padding:5px;margin-bottom:10px;background-color:#e9f3ff}.center .cen span[data-v-f547d5c6]{margin:10px}.button[data-v-f547d5c6]{display:flex;justify-content:end;margin-top:20px}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/font_3226805_qqvo3ag3r8.woff2?t=1646635700216) format("woff2"),url(//at.alicdn.com/t/font_3226805_qqvo3ag3r8.woff?t=1646635700216) format("woff"),url(//at.alicdn.com/t/font_3226805_qqvo3ag3r8.ttf?t=1646635700216) format("truetype")}.iconfont[data-v-f547d5c6]{font-family:iconfont!important;font-size:50px;font-style:normal;color:"#53a8ff";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-shubiao[data-v-f547d5c6]:before{content:""}#svg-tigger[data-v-0ec35ee4]{cursor:pointer;height:100%;width:100%}
1
+ @charset "UTF-8";#fl-model[data-v-0efcff2f]{width:100%;height:100%;cursor:pointer}[data-v-0efcff2f] .tips-label{width:50px;color:#000;font:12px Helvetica;padding:5px;text-align:center;vertical-align:middle;background-color:khaki}[data-v-0efcff2f] .measure-label{max-width:100px;margin-top:-1em;border:10px;border-radius:5px;padding:3px 10px;cursor:pointer;color:#009bea;background-color:#f4f4f4;box-shadow:0 1px 3px 1px rgba(0,0,0,.25)}[data-v-0efcff2f] .circle-tag{width:10px;height:10px;border-radius:50%;background-color:#ff5000}[data-v-0efcff2f] .measure-label-font{word-break:break-all}[data-v-0efcff2f] .mark-label-img{padding-top:5px;width:20px;height:20px}#konva-container[data-v-4458f11e]{z-index:3;width:100%;height:100%;cursor:pointer;overflow:hidden}span[data-v-f547d5c6]{font-weight:bolder}.text[data-v-f547d5c6]{margin-top:20px}.line[data-v-f547d5c6]{border-bottom:1px solid #dcdfe6;margin:20px 0}.center[data-v-f547d5c6]{display:flex;flex-direction:column;align-items:center}.center .cen span[data-v-f547d5c6],.center .top span[data-v-f547d5c6]{color:"#53a8ff";display:inline-block;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid;padding:5px;margin-bottom:10px;background-color:#e9f3ff}.center .cen span[data-v-f547d5c6]{margin:10px}.button[data-v-f547d5c6]{display:flex;justify-content:end;margin-top:20px}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/font_3226805_qqvo3ag3r8.woff2?t=1646635700216) format("woff2"),url(//at.alicdn.com/t/font_3226805_qqvo3ag3r8.woff?t=1646635700216) format("woff"),url(//at.alicdn.com/t/font_3226805_qqvo3ag3r8.ttf?t=1646635700216) format("truetype")}.iconfont[data-v-f547d5c6]{font-family:iconfont!important;font-size:50px;font-style:normal;color:"#53a8ff";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-shubiao[data-v-f547d5c6]:before{content:""}#svg-tigger[data-v-0ec35ee4]{cursor:pointer;height:100%;width:100%}
package/package.json CHANGED
@@ -1,17 +1,19 @@
1
1
  {
2
2
  "name": "fl-web-component",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "scripts": {
5
5
  "tip1": "仅调试本组件不涉及业务组件,请执行dev",
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint \"{src,packages}/**/*.{vue,js}\" --fix",
8
8
  "prettier": "prettier --write \"packages/**/*.{js,css,less,scss,vue,html}\"",
9
+ "=": "=============================================================",
9
10
  "tip2": "同时调试本组件与业务组件,请执行watch",
10
11
  "watch": "vue-cli-service build --watch --mode production --target lib --name fl-web-component --formats commonjs ./src/main.js",
11
12
  "build": "npm run lint && vue-cli-service build --target lib --name fl-web-component --formats commonjs ./src/main.js",
12
13
  "build:test": "vue-cli-service build --target lib --name fl-web-component --formats commonjs ./src/main.js",
13
14
  "registry:npm": "npm config set registry https://registry.npmjs.org/",
14
15
  "publish:base": "npm run build && npm publish",
16
+ "==": "=============================================================",
15
17
  "tip3": "发版注意: 【修改bug执行publish:fix】【新增功能执行publish:feat】【新特性执行publish:perf】",
16
18
  "publish:fix": "npm run registry:npm && npm version patch && npm run publish:base",
17
19
  "publish:feat": "npm run registry:npm && npm version minor && npm run publish:base",
@@ -1540,4 +1540,40 @@
1540
1540
  height: 100%;
1541
1541
  cursor: pointer;
1542
1542
  }
1543
+ ::v-deep .tips-label {
1544
+ width: 50px;
1545
+ color: BLACK;
1546
+ font: 12px Helvetica;
1547
+ padding: 5px;
1548
+ text-align: center;
1549
+ vertical-align: middle;
1550
+ background-color: KHAKI;
1551
+ }
1552
+
1553
+ ::v-deep .measure-label {
1554
+ max-width: 100px;
1555
+ margin-top: -1em;
1556
+ border: 10px;
1557
+ border-radius: 5px;
1558
+ padding: 3px 10px;
1559
+ cursor: pointer;
1560
+ color: rgb(0, 155, 234);
1561
+ background-color: rgb(244, 244, 244);
1562
+ box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
1563
+ }
1564
+ ::v-deep .circle-tag {
1565
+ width: 10px;
1566
+ height: 10px;
1567
+ border-radius: 50%;
1568
+ background-color: #ff5000;
1569
+ }
1570
+ ::v-deep .measure-label-font {
1571
+ word-break: break-all;
1572
+ }
1573
+
1574
+ ::v-deep .mark-label-img {
1575
+ padding-top: 5px;
1576
+ width: 20px;
1577
+ height: 20px;
1578
+ }
1543
1579
  </style>