feat: nfc卡写入

This commit is contained in:
yangzhe 2025-04-15 16:39:54 +08:00
parent a81b89bd92
commit 376d1a0459
3 changed files with 4 additions and 0 deletions

View File

@ -156,10 +156,14 @@ export default {
} }
} }
.card-left { .card-left {
background: url("/static/adminImg/icon-bg1.png") no-repeat right 32rpx bottom 20rpx /
60rpx 60rpx;
background-color: #4974f3; background-color: #4974f3;
} }
.card-right { .card-right {
margin-left: 20rpx; margin-left: 20rpx;
background: url("/static/adminImg/icon-bg2.png") no-repeat right 32rpx bottom 20rpx /
60rpx 60rpx;
background-color: #53d5a9; background-color: #53d5a9;
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB