platform tag

This commit is contained in:
pypy
2021-02-01 21:08:42 +09:00
parent 42caa116cb
commit fbebe2bbdc
2 changed files with 12 additions and 0 deletions

View File

@@ -443,6 +443,16 @@ i.x-user-status.busy {
border-color: rgb(255, 208, 0) !important;
}
.x-tag-platform-pc {
color: #409eff !important;
border-color: #409eff !important;
}
.x-tag-platform-quest {
color: #67c23a !important;
border-color: #67c23a !important;
}
.el-tree-node {
white-space: normal;
}