Merge pull request #3215 from xinnan-tech/update-theme

Update theme
This commit is contained in:
wengzh
2026-06-11 17:45:58 +08:00
committed by GitHub
5 changed files with 23 additions and 27 deletions
@@ -123,6 +123,7 @@ export default {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin-top: 15vh !important;
}
::v-deep .el-dialog__header {
@@ -687,7 +687,7 @@ export default {
background: #deeafe;
display: flex;
justify-content: center;
font-size: 14px;
font-size: 16px;
font-weight: 500;
gap: 7px;
color: #3d4566;
@@ -13,7 +13,7 @@ export default {
},
computed: {
isValid() {
return /^(?:[0-9A-F]{2}[:-]){5}[0-9A-F]{2}$/i.test(this.macAddress);
return /^(?:[0-9A-Z]{2}[:-]){5}[0-9A-Z]{2}$/i.test(this.macAddress);
},
segments() {
return this.macAddress.split(':');