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
2023-02-22 11:02:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcc47b62414727d0f0653706b10c3f9cf17f9175
fcc47b62
1 parent
23a5c20a
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/RadioField/index.vue
src/components/RadioField/index.vue
View file @
fcc47b6
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-2
1 20:58:52
* @LastEditTime: 2023-02-2
2 11:02:05
* @FilePath: /data-table/src/components/RadioField/index.vue
* @Description: 单项选择控件
-->
...
...
@@ -19,7 +19,7 @@
<div v-for="x in item.component_props.options" :key="x.value" class="radio-wrapper">
<van-radio :name="x.value" icon-size="1rem" :checked-color="themeVars.radioColor"
style="margin-bottom: 0.25rem">{{ x.title }}</van-radio>
<div class="van-multi-ellipsis--l3 rule-desc-text">{{ x.desc_text }}</div>
<div
v-if="x.desc_text"
class="van-multi-ellipsis--l3 rule-desc-text">{{ x.desc_text }}</div>
<div v-if="x.desc_type === 'text'" class="rule-box" @click="showRule(x)">
{{ x.desc_btn_name }} >>
</div>
...
...
Please
register
or
login
to post a comment