Skip to content

Commit 0541941

Browse files
committed
更新 App.vue 组件,调整版本号样式:1) 增加字体大小至 16px;2) 修改字体颜色为 #606266;3) 增加内边距和边框圆角;4) 添加左外边距 16px。
---------------------------------------- [deploy]
1 parent de77d1d commit 0541941

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/dev/App.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,12 @@ const cancelAddVariable = () => {
739739
740740
/* 添加版本号样式 */
741741
.version-tag {
742-
font-size: 14px;
743-
color: #909399;
742+
font-size: 16px;
743+
color: #606266;
744744
background-color: #f4f4f5;
745-
padding: 2px 8px;
746-
border-radius: 12px;
745+
padding: 4px 12px;
746+
border-radius: 16px;
747747
font-weight: 500;
748+
margin-left: 16px;
748749
}
749750
</style>

0 commit comments

Comments
 (0)