diff options
| author | zyh <[email protected]> | 2024-10-22 17:03:36 +0800 |
|---|---|---|
| committer | zyh <[email protected]> | 2024-10-22 17:03:36 +0800 |
| commit | 9205a2de7918e938b6af58955320e2dd738799d4 (patch) | |
| tree | f8adea4d7d2ac0a98de8002fb7d70058a30d1da6 /src/styles/common.scss | |
| parent | cac62567b5af7b87e56620f5245d6c926db61f08 (diff) | |
feat: 更新pcap页面dev-1.0
Diffstat (limited to 'src/styles/common.scss')
| -rw-r--r-- | src/styles/common.scss | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/src/styles/common.scss b/src/styles/common.scss index cc4d2d9..1408c86 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -137,11 +137,25 @@ .asw-dialog { padding: 0; .el-dialog__header { - padding: 12px 20px; - font-size: 16px; - color: var(--text); - font-weight: 600; + display: flex; + align-items: center; + height: 50px; + padding: 0 20px; border-bottom: 1px solid var(--border); + .el-dialog__title { + font-size: 18px; + color: var(--text); + font-weight: 600; + } + .el-dialog__headerbtn { + height: 50px; + width: 20px; + margin-right: 20px; + .el-dialog__close { + color: var(--el-text-color-primary); + transform: scale(1.5, 1.5); + } + } } .el-dialog__body { padding: 0 20px; |
