@@ -60,7 +60,7 @@ const close = () => {
height: 100%;
width: 100%;
:deep(p) {
- line-height: 24px;
+ line-height: 1.5;
}
.txtbody {
@@ -71,7 +71,7 @@ const close = () => {
padding: 20px;
max-height: calc(100vh - 60px);
overflow-y: auto;
@@ -22,7 +22,7 @@ const currentTag = computed(() => store.getters['tags/currentTag'])
overflow-y: scroll;
padding-top: 70px;
</style>
@@ -308,7 +308,7 @@ watchEffect(() => {
line-height: 1.5;
@@ -39,7 +39,7 @@ const currentTag = computed(() => store.getters['tags/currentTag'])
.title{