Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-11-22 13:44:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
41c77f6347da7596403e9edffde06a18cca59cdb
41c77f63
1 parent
bd2047f1
成员列表选择控件细节调整
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletions
doc/App.vue
doc/selectUserView.vue
jsconfig.json
tsconfig.json
doc/App.vue
View file @
41c77f6
...
...
@@ -136,7 +136,7 @@
<el-col :span="6">可见</el-col>
<el-col :span="6">可编辑</el-col>
</el-row>
<el-row style="width: 100%; padding-left: 10px;">
<el-row
v-if="!state.search_auth_value"
style="width: 100%; padding-left: 10px;">
<el-col :span="12" style="color: #409eff;">全选</el-col>
<el-col :span="6" style="padding-left: 5px;"
><el-checkbox
...
...
doc/selectUserView.vue
View file @
41c77f6
This diff is collapsed. Click to expand it.
jsconfig.json
0 → 100644
View file @
41c77f6
File mode changed
tsconfig.json
View file @
41c77f6
...
...
@@ -11,6 +11,7 @@
"noImplicitAny"
:
false
,
"strictNullChecks"
:
false
,
"allowSyntheticDefaultImports"
:
true
,
"allowJs"
:
true
,
"sourceMap"
:
true
,
"baseUrl"
:
"."
,
"types"
:
[
...
...
Please
register
or
login
to post a comment