Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
custom_form
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-04-04 15:03:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17d9c1de2feceab91558de9db8e283a5d31c7cfc
17d9c1de
1 parent
2114a807
fix css类调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
src/components/RadioField/index.vue
src/components/RadioField/index.vue
View file @
17d9c1d
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-0
3 17:13:20
* @LastEditTime: 2023-04-0
4 14:58:27
* @FilePath: /custom_form/src/components/RadioField/index.vue
* @Description: 单项选择控件
-->
...
...
@@ -16,7 +16,7 @@
style="width: 100%">
<div v-for="x in item.component_props.options" :key="x.value" class="radio-wrapper">
<nut-radio :label="x.value" icon-size="16" style="margin-bottom: 0.25rem">{{ x.title }}</nut-radio>
<div v-if="x.desc_text" class="
van-
multi-ellipsis--l3 rule-desc-text">{{ x.desc_text }}</div>
<div v-if="x.desc_text" class="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>
...
...
@@ -36,7 +36,7 @@
<nut-overlay v-model:visible="show" :lock-scroll="true">
<div class="rule-wrapper">
<div class="rule-block">
<div style="height: 70vh; min-height: 70vh; overflow: scroll; white-space: pre-wrap; line-height: 1.5;" v-html="rule_content"></div>
<div style="height: 70vh; min-height: 70vh; overflow: scroll; white-space: pre-wrap; line-height: 1.5;
font-size: 15px;
" v-html="rule_content"></div>
<div class="close-btn">
<nut-button type="primary" block @click="closeRule"
>关 闭</nut-button
...
...
@@ -183,7 +183,6 @@ defineExpose({ validRadio });
border-radius: 0.25rem;
padding: 25px;
margin: 25px;
margin-top: 0;
}
.affix-input {
border: 1px solid #eaeaea;
...
...
Please
register
or
login
to post a comment