Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
zhouqian
vue-gjjs
Commits
6960598a
Commit
6960598a
authored
Oct 13, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加快捷按钮样式
parent
d7980eb4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
2 deletions
+48
-2
c-page.vue
src/components/c-page.vue
+33
-1
Ovwp1.vue
src/views/Business/Brtsnd/Ovwp1.vue
+1
-1
index.vue
src/views/Business/Litopn/index.vue
+14
-0
No files found.
src/components/c-page.vue
View file @
6960598a
...
...
@@ -34,6 +34,37 @@ export default {
display
:
flex
;
flex-direction
:
column
;
/* overflow-x: hidden; */
overflow
:
hidden
;
overflow
:
inherit
;
}
.fast-button
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
justify-content
:
flex-end
;
align-items
:
flex-start
;
text-align
:
center
;
margin-right
:
10px
;
position
:
absolute
;
top
:
-35px
;
right
:
0px
;
}
.fast-button
.el-button
{
border
:
none
;
border-radius
:
0px
;
margin-left
:
0px
!important
;
background-color
:
#1561e0
;
color
:
white
;
border-right
:
solid
1px
;
position
:
relative
;
height
:
25px
;
}
.fast-button
.el-button
:focus
,
.fast-button
.el-button
:hover
{
background
:
white
;
border-color
:
white
;
color
:
#1561e0
;
}
</
style
>
\ No newline at end of file
src/views/Business/Brtsnd/Ovwp1.vue
View file @
6960598a
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否需要核验"
prop=
"brtp.ischktyp"
>
...
...
src/views/Business/Litopn/index.vue
View file @
6960598a
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"进口信用证开立"
>
<div
class=
"fast-button"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
@
click=
"setDraggableContent('cms', '影像信息')"
>
影像信息
</el-button>
<!--
<el-button
size=
"small"
>
保存模板
</el-button>
-->
<!--
<el-button
size=
"small"
>
使用模板
</el-button>
-->
<el-button
size=
"small"
>
制裁信息
</el-button>
<!--
<el-button
size=
"small"
>
拆分报文
</el-button>
-->
<el-button
size=
"small"
>
智能提示
</el-button>
</div>
<el-form
:model=
"model"
:rules=
"rules"
...
...
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