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
2a9faf27
authored
2024-03-07 13:54:16 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
e204bc5c
cca683d1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
82 additions
and
65 deletions
src/layout/components/Navbar.vue
src/styles/AlimamaShuHeiTi-Bold.ttf
src/styles/index.scss
src/views/system/sqywgz/sqywDetail.js
src/layout/components/Navbar.vue
View file @
2a9faf2
...
...
@@ -197,6 +197,7 @@ export default {
color
:
#fff
;
text-indent
:
6px
;
letter-spacing
:
2px
;
font-family
:
albbsht
;
}
}
...
...
src/styles/AlimamaShuHeiTi-Bold.ttf
0 → 100644
View file @
2a9faf2
No preview for this file type
src/styles/index.scss
View file @
2a9faf2
@import
'./variables.scss'
;
@import
'./mixin.scss'
;
@import
'./transition.scss'
;
@import
'./element-ui.scss'
;
@import
'./sidebar.scss'
;
@import
'./btn.scss'
;
@import
"./variables.scss"
;
@import
"./mixin.scss"
;
@import
"./transition.scss"
;
@import
"./element-ui.scss"
;
@import
"./sidebar.scss"
;
@import
"./btn.scss"
;
// 字体
@font-face
{
font-family
:
"albbsht"
;
font-weight
:
200
;
src
:
url("./AlimamaShuHeiTi-Bold.ttf")
;
/* src: url("//at.alicdn.com/wf/webfont/ZU6UneTxNcLy/v9AokMyfgvHu.woff2") format("woff2"),
url("//at.alicdn.com/wf/webfont/ZU6UneTxNcLy/paYiW177n7Bc.woff") format("woff"); */
font-display
:
swap
;
}
/* CSS 初始化 */
html
,
...
...
@@ -85,7 +95,8 @@ body {
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
Arial
,
sans-serif
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
Arial
,
sans-serif
;
}
html
{
...
...
@@ -161,7 +172,7 @@ div:focus {
}
.move
{
color
:
#409
EFF
;
color
:
#409
eff
;
font-size
:
24px
;
}
...
...
@@ -192,7 +203,8 @@ aside {
display
:
block
;
line-height
:
32px
;
font-size
:
16px
;
font-family
:
-
apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
sans-serif
;
font-family
:
-
apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
"Fira Sans"
,
"Droid Sans"
,
"Helvetica Neue"
,
sans-serif
;
color
:
#2c3e50
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
...
...
@@ -251,7 +263,7 @@ aside {
}
.text-center
{
text-align
:
center
text-align
:
center
;
}
.width100
{
...
...
@@ -266,7 +278,13 @@ aside {
text-align
:
right
;
padding-right
:
20px
;
transition
:
600ms
ease
position
;
background
:
linear-gradient
(
90deg
,
rgba
(
32
,
182
,
249
,
1
)
0%
,
rgba
(
32
,
182
,
249
,
1
)
0%
,
rgba
(
33
,
120
,
241
,
1
)
100%
,
rgba
(
33
,
120
,
241
,
1
)
100%
);
background
:
linear-gradient
(
90deg
,
rgba
(
32
,
182
,
249
,
1
)
0%
,
rgba
(
32
,
182
,
249
,
1
)
0%
,
rgba
(
33
,
120
,
241
,
1
)
100%
,
rgba
(
33
,
120
,
241
,
1
)
100%
);
.subtitle
{
font-size
:
20px
;
...
...
@@ -314,17 +332,16 @@ aside {
.delete-button
{
line-height
:
32px
;
cursor
:
pointer
;
color
:
#
FF
7115
;
color
:
#
ff
7115
;
font-size
:
20px
;
margin-right
:
5px
;
}
.add-button
{
line-height
:
32px
;
color
:
#2
FA5FF
;
color
:
#2
fa5ff
;
cursor
:
pointer
;
font-size
:
20
PX
;
font-size
:
20
px
;
}
.description
{
...
...
@@ -352,13 +369,13 @@ aside {
.disabled
{
color
:
#87adf3
;
background-color
:
#fff
;
cursor
:
not
-
allowed
cursor
:
not
-
allowed
;
}
.bad
{
color
:
#f00
;
background-color
:
#fff
;
cursor
:
not
-
allowed
cursor
:
not
-
allowed
;
}
.allow
,
...
...
@@ -382,7 +399,7 @@ aside {
}
.
suspend
:
:
before
{
content
:
''
;
content
:
""
;
position
:
absolute
;
left
:
5px
;
top
:
45%
;
...
...
@@ -424,7 +441,6 @@ aside {
}
}
.linshiIcon
{
position
:
relative
;
...
...
@@ -474,7 +490,7 @@ aside {
height
:
0
;
border-width
:
0px
0px
55px
55px
;
border-style
:
none
solid
solid
;
border-color
:
transparent
transparent
#67
C23A
;
border-color
:
transparent
transparent
#67
c23a
;
position
:
absolute
;
top
:
0
;
right
:
0
;
...
...
src/views/system/sqywgz/sqywDetail.js
View file @
2a9faf2
...
...
@@ -107,59 +107,59 @@ class data extends filter {
type
:
'index'
},
{
prop
:
'nodecode'
,
prop
:
'djywbm'
,
label
:
'权利类型代码'
,
width
:
'105'
,
label
:
'登记情形编码'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"登记情形编码"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
;
vm
.
orderNoChange
()
}}
maxlength
=
"8"
>
<
/el-input
>
)
}
// render: (h, scope) => {
// return (
// <el-input placeholder="权利类型代码" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input>
// )
// }
},
{
prop
:
'nodename'
,
label
:
'登记情形名称'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"登记情形名称"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
;
vm
.
orderNoChange
()
}}
>
<
/el-input
>
)
}
prop
:
'djywmc'
,
label
:
'权利类型名称'
,
// render: (h, scope) => {
// return (
// <el-input placeholder="权利类型名称" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input>
// )
// }
},
{
prop
:
'djywbm'
,
label
:
'登记业务编码'
,
prop
:
'nodecode'
,
width
:
'105'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"登记业务编码"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
;
orderNoChange
()
}}
><
/el-input
>
)
}
},
{
prop
:
'djywmc'
,
label
:
'登记业务名称'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
input
placeholder
=
"登记业务名称"
value
=
{
scope
.
row
[
scope
.
column
.
property
]}
onInput
=
{(
val
)
=>
{
scope
.
row
[
scope
.
column
.
property
]
=
val
;
orderNoChange
()
}}
><
/el-input
>
)
}
label
:
'登记类型代码'
,
// render: (h, scope) => {
// return (
// <el-input placeholder="登记情形编码" value={scope.row[scope.column.property]}
// onInput={(val) => { scope.row[scope.column.property] = val; vm.orderNoChange() }} maxlength="8">
// </el-input>
// )
// }
},
{
label
:
'移动'
,
width
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
'text'
disabled
=
{
scope
.
$index
==
0
}
onClick
=
{()
=>
{
vm
.
moveUpward
(
scope
.
$index
,
scope
.
row
,
'djqx'
)
}}
>
上移
<
/el-button
>
<
el
-
button
type
=
'text'
disabled
=
{(
scope
.
$index
+
1
)
==
vm
.
form
.
djlx
.
length
}
onClick
=
{()
=>
{
vm
.
moveDown
(
scope
.
$index
,
scope
.
row
,
'djqx'
)
}}
>
下移
<
/el-button
>
<
/div
>
)
}
}
prop
:
'nodename'
,
label
:
'登记类型名称'
,
// render: (h, scope) => {
// return (
// <el-input placeholder="登记情形名称" value={scope.row[scope.column.property]}
// onInput={(val) => { scope.row[scope.column.property] = val; vm.orderNoChange() }}>
// </el-input>
// )
// }
}
// {
// label: '移动',
// width: '100',
// render: (h, scope) => {
// return (
// <div>
// <el-button type='text' disabled={scope.$index == 0} onClick={() => { vm.moveUpward(scope.$index, scope.row, 'djqx') }}>上移</el-button>
// <el-button type='text' disabled={(scope.$index + 1) == vm.form.djlx.length} onClick={() => { vm.moveDown(scope.$index, scope.row, 'djqx') }}>下移</el-button >
// </div>
// )
// }
// }
]
}
clxxCol
()
{
...
...
Please
register
or
sign in
to post a comment