dashboard-shell-shell 3.0.5-test.31 → 3.0.5-test.32

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.
@@ -2209,8 +2209,6 @@ export default {
2209
2209
  }
2210
2210
 
2211
2211
  td {
2212
- height: 60px;
2213
- min-height: 60px;
2214
2212
  padding: 8px 5px;
2215
2213
  border: 0;
2216
2214
  white-space: normal;
@@ -2234,6 +2232,7 @@ export default {
2234
2232
  tr {
2235
2233
  border-bottom: 1px solid var(--sortable-table-top-divider) !important;
2236
2234
  background-color: var(--sortable-table-row-bg);
2235
+ height: 60px;
2237
2236
 
2238
2237
  &.main-row.has-sub-row {
2239
2238
  border-bottom: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.31",
3
+ "version": "3.0.5-test.32",
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.19 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.32 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7