优化
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<el-input
|
||||
id="source-json"
|
||||
v-model="sourceString"
|
||||
type="textarea"
|
||||
placeholder="这里输出序列化的JSON数据,可直接导入'阅读'APP"
|
||||
@@ -33,8 +34,11 @@ watchEffect(async () => {
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
.el-input {
|
||||
<style scoped>
|
||||
:deep(.el-input) {
|
||||
width: 100%;
|
||||
}
|
||||
:deep(#source-json) {
|
||||
height: calc(100vh - 50px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user