增加字体大小设置
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
|
||||
.page-title {
|
||||
font-size: 18px;
|
||||
font-size: $font-size-lg;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
}
|
||||
@@ -66,12 +66,12 @@ export default {
|
||||
justify-content: space-between;
|
||||
|
||||
.item-name {
|
||||
font-size: 15px;
|
||||
font-size: $font-size-md;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.item-code {
|
||||
font-size: 14px;
|
||||
font-size: $font-size-base;
|
||||
color: #999999;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user