cc-core-cli 1.0.89 → 1.0.91

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -0,0 +1,6 @@
1
+ th.matrix-table-column-sort {
2
+ background: @table-header-sort-bg !important;
3
+ }
4
+ td.matrix-table-column-sort {
5
+ background: @table-body-sort-bg !important;
6
+ }
@@ -28,6 +28,7 @@
28
28
  @import "datepicker.less";
29
29
  @import "pipeline.less";
30
30
  @import "tree_theme_minimal.less";
31
+ @import "matrix.less";
31
32
 
32
33
  //----- Custom table ------//
33
34
  .ant-table-column-sorters {
@@ -240,7 +241,7 @@
240
241
  &.data-table {
241
242
  .ant-table-thead {
242
243
  .ant-table-cell {
243
- text-align: center !important;
244
+ text-align: center;
244
245
  }
245
246
  }
246
247
  }
@@ -1859,7 +1860,7 @@ h4.ant-typography {
1859
1860
  }
1860
1861
 
1861
1862
  .custom-node-distribution-img {
1862
- background-image: url('/static/images/split.svg');
1863
+ background-image: url("/static/images/split.svg");
1863
1864
  background-size: 18px 18px;
1864
1865
  height: 22px;
1865
1866
  width: 22px;
@@ -1913,7 +1914,7 @@ h4.ant-typography {
1913
1914
  display: block;
1914
1915
  }
1915
1916
 
1916
- .buttonvariable{
1917
+ .buttonvariable {
1917
1918
  min-width: 180px;
1918
1919
  max-width: 100%;
1919
1920
  overflow: hidden;
@@ -1922,8 +1923,10 @@ h4.ant-typography {
1922
1923
  justify-content: center;
1923
1924
  color: var(--text-color-var) !important;
1924
1925
  background-color: var(--background-color-var) !important;
1926
+ margin-top: var(--align-bottom) !important;
1925
1927
  }
1926
- .buttonvariable:hover{
1928
+
1929
+ .buttonvariable:hover {
1927
1930
  background-color: var(--background-color-hover-var) !important;
1928
1931
  color: var(--text-color-hover-var) !important;
1929
- }
1932
+ }
@@ -13,6 +13,7 @@
13
13
  @import '../public/static/styles/restful.less';
14
14
  @import '../public/static/styles/setting.less';
15
15
  @import '../public/static/styles/system.less';
16
+ @import '../public/static/styles/matrix.less';
16
17
  @import '../public/static/styles/rabbitmq.less';
17
18
 
18
19
  @primary-color : @primary-color;