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-10 15:17:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
751a6b7ee2b15efa68f4acb580abb59b401d9a8b
751a6b7e
1 parent
bf23dfe9
✨ feat(多选规则): 行间距放大
领导要求
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/MultiRuleField/index.vue
src/components/MultiRuleField/index.vue
View file @
751a6b7
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-
09 15:41:53
* @LastEditTime: 2023-02-
10 14:41:52
* @FilePath: /data-table/src/components/MultiRuleField/index.vue
* @Description: 多选规则确认控件
-->
...
...
@@ -40,7 +40,7 @@
<van-overlay :show="show" :lock-scroll="false">
<div class="rule-wrapper" @click.stop>
<div class="rule-block">
<div style="height: 70vh; min-height: 70vh; overflow: scroll; white-space: pre-wrap;" v-html="rule_content"></div>
<div style="height: 70vh; min-height: 70vh; overflow: scroll; white-space: pre-wrap;
line-height: 1.5;
" v-html="rule_content"></div>
<div class="close-btn">
<van-button type="primary" block @click="closeRule"
>关 闭</van-button
...
...
Please
register
or
login
to post a comment