service-flow-designer 2.2.77-sit2 → 2.2.77-sit6
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/dist/es/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
@charset "UTF-8";
|
|
2
2
|
[data-v-04f29a6d] .el-table__row {
|
|
3
3
|
cursor: pointer;
|
|
4
4
|
}
|
|
@@ -788,7 +788,8 @@
|
|
|
788
788
|
.serviceflow-nodeTitle[data-v-96d149c1] {
|
|
789
789
|
width: 80px;
|
|
790
790
|
}
|
|
791
|
-
|
|
791
|
+
|
|
792
|
+
.serviceflow-attr-base-content[data-v-95de097d] {
|
|
792
793
|
background: #ffffff;
|
|
793
794
|
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
794
795
|
height: 100%;
|
|
@@ -796,16 +797,16 @@
|
|
|
796
797
|
padding-right: 10px;
|
|
797
798
|
overflow: auto;
|
|
798
799
|
}
|
|
799
|
-
.serviceflow-attr-item[data-v-
|
|
800
|
+
.serviceflow-attr-item[data-v-95de097d] {
|
|
800
801
|
margin-bottom: 8px;
|
|
801
802
|
}
|
|
802
|
-
.serviceflow-attr-group-header > button[data-v-
|
|
803
|
+
.serviceflow-attr-group-header > button[data-v-95de097d] {
|
|
803
804
|
background: #f5f6f8;
|
|
804
805
|
padding-left: 10px;
|
|
805
806
|
font-size: 14px;
|
|
806
807
|
height: 42px;
|
|
807
808
|
}
|
|
808
|
-
.serviceflow-attr-content[data-v-
|
|
809
|
+
.serviceflow-attr-content[data-v-95de097d] {
|
|
809
810
|
background: #ffffff;
|
|
810
811
|
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
811
812
|
height: 100%;
|
|
@@ -814,47 +815,46 @@
|
|
|
814
815
|
overflow: auto;
|
|
815
816
|
position: relative;
|
|
816
817
|
}
|
|
817
|
-
.serviceflow-attr-header-search[data-v-
|
|
818
|
+
.serviceflow-attr-header-search[data-v-95de097d] {
|
|
818
819
|
margin-top: 16px;
|
|
819
820
|
}
|
|
820
|
-
.serviceflow-attr-header-select[data-v-
|
|
821
|
+
.serviceflow-attr-header-select[data-v-95de097d] {
|
|
821
822
|
width: 90px;
|
|
822
823
|
height: 36px;
|
|
823
824
|
}
|
|
824
|
-
.serviceflow-page-param-row[data-v-
|
|
825
|
+
.serviceflow-page-param-row[data-v-95de097d] {
|
|
825
826
|
height: 34px;
|
|
826
827
|
}
|
|
827
|
-
.el-table__cell > .cell[data-v-
|
|
828
|
+
.el-table__cell > .cell[data-v-95de097d] {
|
|
828
829
|
white-space: nowrap !important;
|
|
829
830
|
}
|
|
830
|
-
.serviceflow-item[data-v-
|
|
831
|
-
background: rgba(88, 147, 239, 0.06);
|
|
832
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
833
|
-
border-radius: 4px 4px 4px 4px;
|
|
834
|
-
text-align: center;
|
|
835
|
-
margin-top: 12px;
|
|
836
|
-
padding: 10px 5px 10px 5px;
|
|
837
|
-
font-size: 12px;
|
|
838
|
-
cursor: move;
|
|
839
|
-
height: 60px;
|
|
840
|
-
overflow: hidden;
|
|
841
|
-
box-sizing: border-box;
|
|
842
|
-
color: #333333;
|
|
843
|
-
text-overflow: ellipsis;
|
|
844
|
-
white-space: nowrap;
|
|
845
|
-
-webkit-user-select: none; /* Safari */
|
|
846
|
-
-moz-user-select: none; /* Firefox */
|
|
847
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
831
|
+
.serviceflow-item[data-v-95de097d] {
|
|
832
|
+
background: rgba(88, 147, 239, 0.06);
|
|
833
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
834
|
+
border-radius: 4px 4px 4px 4px;
|
|
835
|
+
text-align: center;
|
|
836
|
+
margin-top: 12px;
|
|
837
|
+
padding: 10px 5px 10px 5px;
|
|
838
|
+
font-size: 12px;
|
|
839
|
+
cursor: move;
|
|
840
|
+
height: 60px;
|
|
841
|
+
overflow: hidden;
|
|
842
|
+
box-sizing: border-box;
|
|
843
|
+
color: #333333;
|
|
844
|
+
text-overflow: ellipsis;
|
|
845
|
+
white-space: nowrap;
|
|
846
|
+
-webkit-user-select: none; /* Safari */
|
|
847
|
+
-moz-user-select: none; /* Firefox */
|
|
848
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
848
849
|
user-select: none; /* 标准语法 */
|
|
849
850
|
}
|
|
850
|
-
.serviceflow-item[data-v-
|
|
851
|
-
background: rgba(11, 45, 101, 0.105);
|
|
851
|
+
.serviceflow-item[data-v-95de097d]:hover {
|
|
852
|
+
background: rgba(11, 45, 101, 0.105);
|
|
852
853
|
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
853
854
|
}
|
|
854
|
-
.amb-assembly-item-drag[data-v-
|
|
855
|
+
.amb-assembly-item-drag[data-v-95de097d] {
|
|
855
856
|
opacity: 1 !important;
|
|
856
|
-
}
|
|
857
|
-
|
|
857
|
+
}
|
|
858
858
|
.amb-design-assembly-content[data-v-59e0837d] {
|
|
859
859
|
background: #ffffff;
|
|
860
860
|
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.2.77-
|
|
3
|
+
"version": "2.2.77-sit6",
|
|
4
4
|
"description": "AgileBuilder Service Flow Designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
62
62
|
"@uiw/codemirror-themes-all": "^4.21.25",
|
|
63
63
|
"@vueuse/core": "^10.9.0",
|
|
64
|
-
"agilebuilder-ui": "1.1.26-
|
|
64
|
+
"agilebuilder-ui": "1.1.26-sit2",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"pinia": "^2.1.7",
|