Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
5b6f5042
Commit
5b6f5042
authored
Sep 27, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
abbc1fda
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
14 deletions
+49
-14
CustomMoneySelect.vue
dsk-operate-ui/src/views/component/CustomMoneySelect.vue
+9
-3
CustomTimeSelect.vue
dsk-operate-ui/src/views/component/CustomTimeSelect.vue
+9
-2
CustomMoneySelect.vue
.../src/views/detail/party-a/component/CustomMoneySelect.vue
+10
-3
CustomTimeSelect.vue
...i/src/views/detail/party-a/component/CustomTimeSelect.vue
+12
-4
CustomTimeSelect.vue
...operate-ui/src/views/macro/component/CustomTimeSelect.vue
+9
-2
No files found.
dsk-operate-ui/src/views/component/CustomMoneySelect.vue
View file @
5b6f5042
...
@@ -242,7 +242,11 @@ export default {
...
@@ -242,7 +242,11 @@ export default {
width
:
120px
;
width
:
120px
;
height
:
34px
;
height
:
34px
;
position
:
relative
;
position
:
relative
;
.rote
{
.el-input__inner
{
background
:
#F4F6F9
;
}
}
.input-block
{
.input-block
{
margin
:
0
;
margin
:
0
;
width
:
100%
;
width
:
100%
;
...
@@ -256,6 +260,9 @@ export default {
...
@@ -256,6 +260,9 @@ export default {
>
.custom-money-input.el-input
{
>
.custom-money-input.el-input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.el-input__inner
{
border
:
0
;
}
>
input
{
>
input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -290,10 +297,9 @@ export default {
...
@@ -290,10 +297,9 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#E4E7ED
;
padding
:
6px
0
;
border-radius
:
4px
;
border-radius
:
4px
;
z-index
:
10
;
z-index
:
10
;
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
// .arrow {
// .arrow {
...
...
dsk-operate-ui/src/views/component/CustomTimeSelect.vue
View file @
5b6f5042
...
@@ -248,6 +248,11 @@ export default {
...
@@ -248,6 +248,11 @@ export default {
width
:
120px
;
width
:
120px
;
height
:
34px
;
height
:
34px
;
.rote
{
.el-input__inner
{
background
:
#F4F6F9
;
}
}
.input-block
{
.input-block
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -261,6 +266,9 @@ export default {
...
@@ -261,6 +266,9 @@ export default {
>
.custom-time-input.el-input
{
>
.custom-time-input.el-input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.el-input__inner
{
border
:
0
;
}
>
input
{
>
input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -295,10 +303,9 @@ export default {
...
@@ -295,10 +303,9 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#E4E7ED
;
padding
:
6px
0
;
border-radius
:
4px
;
border-radius
:
4px
;
z-index
:
10
;
z-index
:
10
;
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
.option
{
.option
{
padding
:
0
24px
0
16px
;
padding
:
0
24px
0
16px
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/CustomMoneySelect.vue
View file @
5b6f5042
...
@@ -229,7 +229,11 @@ export default {
...
@@ -229,7 +229,11 @@ export default {
width
:
120px
;
width
:
120px
;
height
:
34px
;
height
:
34px
;
position
:
relative
;
position
:
relative
;
.rote
{
.el-input__inner
{
background
:
#F4F6F9
;
}
}
.input-block
{
.input-block
{
margin
:
0
;
margin
:
0
;
width
:
100%
;
width
:
100%
;
...
@@ -243,6 +247,9 @@ export default {
...
@@ -243,6 +247,9 @@ export default {
>
.custom-money-input.el-input
{
>
.custom-money-input.el-input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.el-input__inner
{
border
:
0
;
}
>
input
{
>
input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -277,10 +284,10 @@ export default {
...
@@ -277,10 +284,10 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#E4E7ED
;
/*padding: 6px 0;*/
padding
:
6px
0
;
border-radius
:
4px
;
border-radius
:
4px
;
z-index
:
10
;
z-index
:
10
;
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
// .arrow {
// .arrow {
...
...
dsk-operate-ui/src/views/detail/party-a/component/CustomTimeSelect.vue
View file @
5b6f5042
...
@@ -241,6 +241,11 @@ export default {
...
@@ -241,6 +241,11 @@ export default {
width
:
120px
;
width
:
120px
;
height
:
34px
;
height
:
34px
;
.rote
{
.el-input__inner
{
background
:
#F4F6F9
;
}
}
.input-block
{
.input-block
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -254,13 +259,16 @@ export default {
...
@@ -254,13 +259,16 @@ export default {
>
.custom-time-input.el-input
{
>
.custom-time-input.el-input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.el-input__inner
{
border
:
0
;
}
>
input
{
>
input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
white-space
:
nowrap
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
border-radius
:
2
px
;
border-radius
:
4
px
;
}
}
}
}
}
}
...
@@ -283,15 +291,15 @@ export default {
...
@@ -283,15 +291,15 @@ export default {
.options-block
{
.options-block
{
position
:
absolute
;
position
:
absolute
;
margin-top
:
12
px
;
margin-top
:
6
px
;
min-width
:
120px
;
min-width
:
120px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#E4E7ED
;
padding
:
6px
0
;
border-radius
:
4px
;
border-radius
:
4px
;
z-index
:
10
;
z-index
:
10
;
overflow
:
hidden
;
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
.option
{
.option
{
padding
:
0
24px
0
16px
;
padding
:
0
24px
0
16px
;
...
...
dsk-operate-ui/src/views/macro/component/CustomTimeSelect.vue
View file @
5b6f5042
...
@@ -256,6 +256,11 @@ export default {
...
@@ -256,6 +256,11 @@ export default {
width
:
120px
;
width
:
120px
;
height
:
34px
;
height
:
34px
;
.rote
{
.el-input__inner
{
background
:
#F4F6F9
;
}
}
.input-block
{
.input-block
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -269,6 +274,9 @@ export default {
...
@@ -269,6 +274,9 @@ export default {
>
.custom-time-input.el-input
{
>
.custom-time-input.el-input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
.el-input__inner
{
border
:
0
;
}
>
input
{
>
input
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -303,10 +311,9 @@ export default {
...
@@ -303,10 +311,9 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#E4E7ED
;
padding
:
6px
0
;
border-radius
:
4px
;
border-radius
:
4px
;
z-index
:
10
;
z-index
:
10
;
box-shadow
:
0px
0px
4px
0px
rgba
(
0
,
0
,
0
,
0
.08
);
.option
{
.option
{
padding
:
0
24px
0
16px
;
padding
:
0
24px
0
16px
;
...
...
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