Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-29 15:52:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a1c55d4b1317f6337fde227417a04b7444ee1b6
4a1c55d4
1 parent
95bd6eb2
fix 短文本输入控件新增边框
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/components/TextField/index.vue
src/components/TextField/index.vue
View file @
4a1c55d
...
...
@@ -22,7 +22,6 @@
:disabled="item.component_props.disabled"
:input-align="item.component_props.align"
clearable
:border="false"
/>
</div>
</template>
...
...
@@ -44,4 +43,10 @@ const props = defineProps({
}
}
}
:deep(.van-cell__value) {
border: 1px solid #eaeaea;
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
}
</style>
...
...
Please
register
or
login
to post a comment