mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
chore: 腾讯云国际站类型无需加密
This commit is contained in:
@@ -17,7 +17,7 @@ const props = withDefaults(
|
||||
{
|
||||
modelValue: 0,
|
||||
edit: false,
|
||||
fontSize: 14
|
||||
fontSize: 14,
|
||||
}
|
||||
);
|
||||
|
||||
@@ -26,7 +26,7 @@ const style = computed(() => {
|
||||
return {};
|
||||
}
|
||||
return {
|
||||
fontSize: props.fontSize + "px"
|
||||
fontSize: props.fontSize + "px",
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user