fix: 场景查看引用文字格式不统一

This commit is contained in:
chenjianxing 2021-01-27 22:27:15 +08:00
parent f6fb6fb9ab
commit e5c0ecd96c
1 changed files with 7 additions and 0 deletions

View File

@ -72,4 +72,11 @@
font-size: 12px;
padding-bottom: 10px;
}
.el-button--text .el-link.el-link--default {
font-size: 12px;
color: #4b1980;
font-weight: 400;
text-decoration: underline;
}
</style>