Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OKR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
OKR
Commits
22018e52
Commit
22018e52
authored
Jul 27, 2021
by
sixiaofeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '20210727_sxf'
parents
0c546c68
7dcc873b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
input-cell.vue
src/views/components/input-cell.vue
+12
-10
No files found.
src/views/components/input-cell.vue
View file @
22018e52
...
@@ -11,16 +11,18 @@
...
@@ -11,16 +11,18 @@
</div>
</div>
<div
class=
"py-3"
>
<div
class=
"py-3"
>
<div
class=
"flex-1"
>
<div
class=
"flex-1"
>
<!--
<div
class=
"title text-text-primary flex-shrink-0 mr-4"
>
{{
title
}}
</div>
-->
<div
class=
"flex items-center"
>
<!--
<div
v-if=
"checkIfEmpty(content)"
class=
"flex-1 text-text-secondary text-sm text-right"
>
{{
content
}}
</div>
-->
<input
<input
:type=
"type"
:type=
"type"
:value=
"value"
:value=
"value"
class=
"w-full text-text-primary"
class=
"w-full text-text-primary"
:placeholder=
"placeholder"
:placeholder=
"placeholder"
@
input=
"handleInput"
@
input=
"handleInput"
@
blur=
"handleChange"
@
blur=
"handleChange"
>
>
<slot
name=
"action"
/>
</div>
<div
v-if=
"showError"
class=
"error text-xs text-warn-color mt-2"
>
{{
errorMsg
}}
</div>
<div
v-if=
"showError"
class=
"error text-xs text-warn-color mt-2"
>
{{
errorMsg
}}
</div>
</div>
</div>
<!--
<app-icon
<!--
<app-icon
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment