调整试用用户弹窗文案

This commit is contained in:
X1627315083
2024-01-28 23:36:26 +08:00
parent 77bdacc5d3
commit 58c75e4b7c
13 changed files with 47 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
<div class="robot_text">
<span v-if="!driver__.driver">
{{item.str}}
<a v-if="item.src" :href="item.src" target="_blank"><i class="fi fi-br-link-alt"></i></a>
<a v-if="item.src" :href="item.src" target="_blank">https://code-create.com.hk/aida/</a>
</span>
<span class="driver__" v-if="driver__.driver">
{{item.str}}

View File

@@ -164,7 +164,7 @@ export default defineComponent({
min-height: 50%;
flex: 1;
font-size: 2rem;
text-indent: 2em;
// text-indent: 2em;
overflow-y: auto;
margin: 2rem 0;
width: 100%;