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-03 13:19:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4aa579d70be43dc643ced410738bfccc7c7824d
d4aa579d
1 parent
199058c4
fix 必填星号显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/TextField/index.vue
src/components/TextField/index.vue
View file @
d4aa579
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-0
3-31 17:57:13
* @LastEditTime: 2023-0
4-03 13:17:42
* @FilePath: /custom_form/src/components/TextField/index.vue
* @Description: 单行文本输入框(微信扫描功能)
-->
<template>
<div v-if="HideShow" class="text-field-page">
<div class="label">
<
span v-if="item.component_props.required"> *</span
>
<
text v-if="item.component_props.required"> *</text
>
{{ item.component_props.label }}
</div>
<!-- <div class="note-wrapper" v-if="item.component_props.note" v-html="item.component_props.note" /> -->
...
...
@@ -191,7 +191,7 @@ defineExpose({ validInput });
font-size: 26px;
font-weight: bold;
span
{
text
{
color: red;
}
...
...
Please
register
or
login
to post a comment