Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
NLT-e-cigarette
Commits
4a1eeaaa
Commit
4a1eeaaa
authored
May 30, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改dialog确定按钮样式
parent
867ccae5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/system/dept/index.vue
+1
-1
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+1
-1
index.vue
src/views/system/role/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
No files found.
src/views/system/dept/index.vue
View file @
4a1eeaaa
...
...
@@ -260,7 +260,7 @@
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"
primary
"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
type=
"
danger"
class=
"redBtn
"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
</div>
...
...
src/views/system/dict/data.vue
View file @
4a1eeaaa
...
...
@@ -254,8 +254,8 @@
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"danger"
class=
"redBtn"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
</div>
...
...
src/views/system/dict/index.vue
View file @
4a1eeaaa
...
...
@@ -285,8 +285,8 @@
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
:loading=
"manageLoading"
:disabled=
"manageLoading"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"danger"
class=
"redBtn"
:loading=
"manageLoading"
:disabled=
"manageLoading"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
</div>
...
...
src/views/system/menu/index.vue
View file @
4a1eeaaa
...
...
@@ -332,7 +332,7 @@
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"
primary
"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
type=
"
danger"
class=
"redBtn
"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
</div>
...
...
src/views/system/role/index.vue
View file @
4a1eeaaa
...
...
@@ -239,7 +239,7 @@
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"
primary
"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
type=
"
danger"
class=
"redBtn
"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
...
...
src/views/system/user/index.vue
View file @
4a1eeaaa
...
...
@@ -440,7 +440,7 @@
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取 消
</el-button>
<el-button
type=
"
primary
"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
type=
"
danger"
class=
"redBtn
"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</el-dialog>
<!-- 用户导入对话框 -->
...
...
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