Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
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
daywrite
bms-vue-obear
Commits
835acccf
Commit
835acccf
authored
May 19, 2019
by
daywrite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复框框
parent
62174d81
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
22 deletions
+18
-22
accountItem.vue
src/components/account_list/accountItem.vue
+2
-2
caseItem.vue
src/components/case_list/caseItem.vue
+2
-2
scheduleItem.vue
src/components/common/scheduleItem.vue
+2
-3
documentItem.vue
src/components/document_list/documentItem.vue
+2
-3
punchItem.vue
src/components/punch_list/punchItem.vue
+2
-2
reimbursementItem.vue
src/components/reimbursement_list/reimbursementItem.vue
+2
-3
supplierItem.vue
src/components/supplier_list/supplierItem.vue
+2
-2
groupItem.vue
src/components/task_group_list/groupItem.vue
+2
-2
taskItem.vue
src/components/task_list/taskItem.vue
+2
-3
No files found.
src/components/account_list/accountItem.vue
View file @
835acccf
...
@@ -225,9 +225,9 @@ $lightRed: #dc3545;
...
@@ -225,9 +225,9 @@ $lightRed: #dc3545;
}
}
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border-radius
:
2px
;
border-radius
:
.25rem
;
border
:
1px
solid
;
border
:
1px
solid
;
padding
:
0
2px
0
2px
;
padding
:
0
.25rem
0
.25rem
;
}
}
}
}
</
style
>
</
style
>
src/components/case_list/caseItem.vue
View file @
835acccf
...
@@ -269,9 +269,9 @@ $lightRed: #dc3545;
...
@@ -269,9 +269,9 @@ $lightRed: #dc3545;
}
}
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border-radius
:
2px
;
border-radius
:
.25rem
;
border
:
1px
solid
;
border
:
1px
solid
;
padding
:
0
2px
0
2px
;
padding
:
0
.25rem
0
.25rem
;
}
}
}
}
</
style
>
</
style
>
src/components/common/scheduleItem.vue
View file @
835acccf
...
@@ -212,9 +212,8 @@ export default {
...
@@ -212,9 +212,8 @@ export default {
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
red
;
border
:
1px
solid
red
;
border-radius
:
2px
;
border-radius
:
.25rem
;
height
:
20px
;
padding
:
0
.25rem
0
.25rem
;
padding
:
0
2px
0
2px
;
color
:
red
;
color
:
red
;
}
}
}
}
...
...
src/components/document_list/documentItem.vue
View file @
835acccf
...
@@ -226,9 +226,8 @@ $lightRed: #dc3545;
...
@@ -226,9 +226,8 @@ $lightRed: #dc3545;
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
$lightRed
;
border
:
1px
solid
$lightRed
;
border-radius
:
2px
;
border-radius
:
.25rem
;
// height:20px;
padding
:
0
.25rem
0
.25rem
;
padding
:
0
2px
0
2px
;
color
:
$lightRed
;
color
:
$lightRed
;
}
}
}
}
...
...
src/components/punch_list/punchItem.vue
View file @
835acccf
...
@@ -239,9 +239,9 @@ $lightRed: #dc3545;
...
@@ -239,9 +239,9 @@ $lightRed: #dc3545;
}
}
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border-radius
:
2px
;
border-radius
:
.25rem
;
border
:
1px
solid
;
border
:
1px
solid
;
padding
:
0
2px
0
2px
;
padding
:
0
.25rem
0
.25rem
;
}
}
}
}
</
style
>
</
style
>
src/components/reimbursement_list/reimbursementItem.vue
View file @
835acccf
...
@@ -235,9 +235,8 @@ export default {
...
@@ -235,9 +235,8 @@ export default {
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
#dc3545
;
border
:
1px
solid
#dc3545
;
border-radius
:
2px
;
border-radius
:
.25rem
;
height
:
20px
;
padding
:
0
.25rem
0
.25rem
;
padding
:
0
2px
0
2px
;
color
:
#dc3545
;
color
:
#dc3545
;
}
}
}
}
...
...
src/components/supplier_list/supplierItem.vue
View file @
835acccf
...
@@ -211,9 +211,9 @@ $lightRed: #dc3545;
...
@@ -211,9 +211,9 @@ $lightRed: #dc3545;
}
}
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border-radius
:
2px
;
border-radius
:
.25rem
;
border
:
1px
solid
;
border
:
1px
solid
;
padding
:
0
2px
0
2px
;
padding
:
0
.25rem
0
.25rem
;
}
}
}
}
</
style
>
</
style
>
src/components/task_group_list/groupItem.vue
View file @
835acccf
...
@@ -213,8 +213,8 @@ export default {
...
@@ -213,8 +213,8 @@ export default {
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
#dc3545
;
border
:
1px
solid
#dc3545
;
border-radius
:
2px
;
border-radius
:
.25rem
;
padding
:
0
2px
0
2px
;
padding
:
0
.25rem
0
.25rem
;
color
:
#dc3545
;
color
:
#dc3545
;
}
}
}
}
...
...
src/components/task_list/taskItem.vue
View file @
835acccf
...
@@ -233,9 +233,8 @@ export default {
...
@@ -233,9 +233,8 @@ export default {
@include
e
(
'content'
)
{
@include
e
(
'content'
)
{
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
$lightRed
;
border
:
1px
solid
$lightRed
;
border-radius
:
2px
;
border-radius
:
.25rem
;
// height:20px;
padding
:
0
.25rem
0
.25rem
;
padding
:
0
2px
0
2px
;
color
:
$lightRed
;
color
:
$lightRed
;
}
}
}
}
...
...
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