dashboard-shell-shell 3.0.5-test.20 → 3.0.5-test.21

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.
@@ -56,7 +56,9 @@ ul{
56
56
  }
57
57
 
58
58
  :deep() .vs__actions:after {
59
- padding-top: 10px;
59
+ // padding-top: 10px;
60
+ display: flex;
61
+ align-items: center;
60
62
  }
61
63
  .TEXTAREA{
62
64
  border: solid var(--border-width) var(--input-border);
@@ -159,9 +159,10 @@
159
159
  content: $icon-chevron-down;
160
160
  font-family: 'icons';
161
161
  height: 32px;
162
- padding-top: 8px;
163
162
  color: var(--secondary);
164
163
  margin-right: 9px;
164
+ display: flex;
165
+ align-items: center;
165
166
  }
166
167
  }
167
168
 
@@ -595,6 +595,7 @@ assignTo:
595
595
  workspace: 工作空间
596
596
 
597
597
  stateLabel:
598
+ Pending migration: 待迁移
598
599
  VM error: 错误
599
600
  Locked: 锁定
600
601
  Bound: 已绑定
@@ -266,7 +266,9 @@ export default {
266
266
  :deep() .vs__dropdown-toggle .vs__actions {
267
267
  &:after {
268
268
  color: var(--accent-btn-hover-text);
269
- padding-top: 10px;
269
+ // padding-top: 10px;
270
+ display: flex;
271
+ align-items: center;
270
272
  }
271
273
  }
272
274
  }
@@ -2661,7 +2661,9 @@ export default {
2661
2661
 
2662
2662
  .pageSelect{
2663
2663
  &:deep() .vs__actions:after{
2664
- padding-top: 10px;
2664
+ // padding-top: 10px;
2665
+ display: flex;
2666
+ align-items: center;
2665
2667
  }
2666
2668
  }
2667
2669
  .sort-table-div{
@@ -470,6 +470,8 @@ export default {
470
470
  }
471
471
  .remove {
472
472
  text-align: right;
473
+ display: flex;
474
+ align-items: center;
473
475
 
474
476
  button{
475
477
  min-width: auto;
@@ -532,7 +532,9 @@ export default {
532
532
  // LabeledSelect.
533
533
  // padding-bottom: 1px;
534
534
  &:deep() .vs__actions:after {
535
- padding-top: 10px;
535
+ // padding-top: 10px;
536
+ display: flex;
537
+ align-items: center;
536
538
  }
537
539
 
538
540
  &.no-label.compact-input {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.20",
3
+ "version": "3.0.5-test.21",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-test.20 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.19 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7