chore: 腾讯云国际站类型无需加密

This commit is contained in:
xiaojunnuo
2025-06-20 23:18:59 +08:00
parent f1a25b21a6
commit e99a20a120
3 changed files with 4 additions and 4 deletions
@@ -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",
};
});