Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c70eb0e5
authored
2023-10-13 14:36:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记簿详情
1 parent
3f8965b6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
8 deletions
src/components/Popup1/index.vue
src/views/printdjb/components/qlxxCommon.scss
src/views/registerBook/djbFrame.vue
src/views/registerBook/qlxxCommon.scss
src/views/system/sqywgz/sqywDetail.vue
src/components/Popup1/index.vue
View file @
c70eb0e
...
...
@@ -53,11 +53,9 @@
},
watch
:
{
isShow
(
newValue
)
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
$nextTick
(()
=>
{
//
this.editItem = this.loadViewFn(this.editItem)
//
document.body.appendChild(this.$el);
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
myShow
=
newValue
})
}
...
...
src/views/printdjb/components/qlxxCommon.scss
View file @
c70eb0e
...
...
@@ -8,6 +8,7 @@
margin
:
0
auto
;
display
:
flex
;
flex-wrap
:
wrap
;
height
:
100%
;
.title
{
width
:
100%
;
...
...
@@ -259,7 +260,8 @@
.rollTable
{
margin-top
:
-2px
;
display
:
block
;
height
:
calc
(
100vh
-
185px
);
height
:
100%
;
// height: calc(100vh - 185px);
overflow-y
:
scroll
;
margin-left
:
2px
;
}
...
...
src/views/registerBook/djbFrame.vue
View file @
c70eb0e
This diff is collapsed.
Click to expand it.
src/views/registerBook/qlxxCommon.scss
View file @
c70eb0e
...
...
@@ -8,6 +8,7 @@
margin
:
0
auto
;
display
:
flex
;
flex-wrap
:
wrap
;
height
:
100%
;
.title
{
width
:
100%
;
...
...
@@ -258,7 +259,8 @@
.rollTable
{
margin-top
:
-2px
;
display
:
block
;
height
:
calc
(
100vh
-
185px
);
height
:
calc
(
100%
-
60px
);
// height: calc(100vh - 185px);
overflow-y
:
scroll
;
margin-left
:
2px
;
}
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
c70eb0e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-13 1
0:37:29
* @LastEditTime: 2023-10-13 1
3:38:21
-->
<
template
>
<div>
...
...
@@ -196,7 +196,7 @@
qlxxCol
:
datas
.
qlxxCol
(),
};
},
moun
ted
()
{
crea
ted
()
{
sendThis
(
this
)
this
.
init
()
},
...
...
Please
register
or
sign in
to post a comment