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
fukai
vue-gjjs
Commits
a333b4f1
Commit
a333b4f1
authored
Dec 22, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Layout布局调整
parent
f5e4295f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
18 deletions
+19
-18
FunctionBtn.vue
src/components/FunctionBtn.vue
+2
-2
Menu.vue
src/views/Business/Sptsel/Menu.vue
+3
-3
index.vue
src/views/Business/Sptsel/index.vue
+2
-2
index.vue
src/views/Business/Trnrel/index.vue
+2
-2
SideMenu.vue
src/views/Layout/SideMenu.vue
+2
-2
index.vue
src/views/Layout/components/TagsView/index.vue
+6
-5
index.vue
src/views/Layout/index.vue
+2
-2
No files found.
src/components/FunctionBtn.vue
View file @
a333b4f1
...
...
@@ -125,8 +125,8 @@ export default {
flex-wrap
:
nowrap
;
justify-content
:
space-between
;
align-items
:
flex-start
;
height
:
2
9
px
;
/* margin-bottom: 1px; */
height
:
2
4
px
;
margin-bottom
:
5px
;
}
.m-funcBtn-eContainer
{
order
:
1
;
...
...
src/views/Business/Sptsel/Menu.vue
View file @
a333b4f1
...
...
@@ -83,7 +83,7 @@
<el-select
clearable
v-model=
"sourceModel"
style=
"width:
7
0%"
style=
"width:
10
0%"
placeholder=
"请选择来源"
multiple
collapse-tags
...
...
@@ -168,7 +168,7 @@
>
<c-select
v-model=
"model.dflg"
style=
"width:
7
0%"
style=
"width:
10
0%"
placeholder=
"请选择国内国际标志"
>
<el-option
label=
"All"
value=
"1"
></el-option>
...
...
@@ -277,7 +277,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"
OP
"
width=
"140px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"
操作
"
width=
"140px"
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
...
...
src/views/Business/Sptsel/index.vue
View file @
a333b4f1
...
...
@@ -3,9 +3,9 @@
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
tokenKey=
"modelForm"
label-width=
"170px"
size=
"small"
:validate-on-rule-change=
"false"
>
<!--
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
-->
<!--
<el-tab-pane
:value=
"tabVal"
label=
"待办任务查询"
name=
"menu"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-menu
:model=
"model"
:codes=
"codes"
ref=
"Menu"
:isDraftBox=
"isDraftBox"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
-->
<!--
</c-tabs>
-->
</el-form>
...
...
src/views/Business/Trnrel/index.vue
View file @
a333b4f1
...
...
@@ -11,9 +11,9 @@
>
<!--
<el-tabs
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"复核夹查询"
>
-->
<
c-content
>
<
!--
<c-content>
--
>
<m-inftrnps
:model=
"model"
:codes=
"codes"
ref=
"inftrnps"
/>
<
/c-content
>
<
!--
</c-content>
--
>
<!--
</el-tab-pane>
</el-tabs>
-->
</el-form>
...
...
src/views/Layout/SideMenu.vue
View file @
a333b4f1
...
...
@@ -12,10 +12,10 @@
<c-search-input
v-show=
"menuOpen"
></c-search-input>
</div>
<c-content
:height=
"250"
>
<img
<
!--
<
img
src=
"../../assets/menu_bottom.png"
style=
"position: fixed; width: 200px; bottom: 0"
/>
/>
-->
<el-menu
:default-active=
"activeMenu"
class=
"el-menu-vertical-demo"
...
...
src/views/Layout/components/TagsView/index.vue
View file @
a333b4f1
...
...
@@ -219,14 +219,14 @@ export default {
<
style
scoped
>
.tags-view-container
{
height
:
34
px
;
height
:
28
px
;
width
:
100%
;
background
:
#f5f4f9
;
border-bottom
:
1px
solid
#d8dce5
;
box-shadow
:
0
1px
3px
0
rgba
(
0
,
0
,
0
,
0.12
),
0
0
3px
0
rgba
(
0
,
0
,
0
,
0.04
);
/* box-sizing: inherit; */
/* padding-top: 5px; */
padding-bottom
:
1
px
;
padding-top
:
5px
;
padding-bottom
:
5
px
;
}
.tags-view-container
.tags-view-wrapper
.tags-view-item
{
...
...
@@ -240,8 +240,9 @@ export default {
background
:
#fff
;
padding
:
0
8px
;
font-size
:
12px
;
margin-left
:
5px
;
margin-top
:
4px
;
/* margin-left: 4px; */
/* margin-top: 4px; */
margin
:
0
4px
0
0
;
}
.tags-view-container
.tags-view-wrapper
.tags-view-item
:first-of-type
{
margin-left
:
10px
;
...
...
src/views/Layout/index.vue
View file @
a333b4f1
...
...
@@ -10,10 +10,10 @@
<el-aside
width=
"240px"
style=
"background-color: white"
>
<sideMenu></sideMenu>
</el-aside>
<div
style=
"width:
8
px"
></div>
<div
style=
"width:
2
px"
></div>
<el-main
class=
"m-app-main"
>
<tagViews></tagViews>
<
!--
<div
style=
"height: 10px"
></div>
--
>
<
div
style=
"height: 2px"
></div
>
<business
style=
"background-color: var(--bgcolor)"
></business>
<toolbars></toolbars>
</el-main>
...
...
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