diff options
| author | Larvan2 <[email protected]> | 2023-05-17 08:15:17 +0000 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-17 08:15:17 +0000 |
| commit | b75c36f26d2fa7ffcdae610659662e4a7c59a2e8 (patch) | |
| tree | 763bfc1c1409848a2dc1b7781f8f22697d8b96e1 /src/components/ConnectionTable.module.scss | |
| parent | b89bcf7f8f1d9181a9f328291fae047613ccbe14 (diff) | |
larvanz
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
| -rw-r--r-- | src/components/ConnectionTable.module.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss index d25eb7d..4db900e 100644 --- a/src/components/ConnectionTable.module.scss +++ b/src/components/ConnectionTable.module.scss @@ -43,18 +43,17 @@ } .break { + /* 上边下边 | 左边右边 */ + max-width: 13em; + min-width: 9em; word-wrap: break-word; word-break: break-all; - align-items: center; - text-align: left; } .td { /* 上边下边 | 左边右边 */ padding: 10px 2px; font-size: 0.9em; - // max-width: 14em; - min-width: 9em; cursor: default; align-items: center; text-align: left; |
