Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
f602a31b
Commit
f602a31b
authored
Feb 05, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一类型组件的边框颜色
parent
9d6ad1a5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
36 deletions
+8
-36
AudioForm.vue
src/components/editTemplate/form/AudioForm.vue
+1
-1
BaseForm.vue
src/components/editTemplate/form/BaseForm.vue
+2
-3
ImageForm.vue
src/components/editTemplate/form/ImageForm.vue
+2
-2
LinkForm.vue
src/components/editTemplate/form/LinkForm.vue
+1
-1
PDFForms.vue
src/components/editTemplate/form/PDFForms.vue
+1
-28
VideoForm.vue
src/components/editTemplate/form/VideoForm.vue
+1
-1
No files found.
src/components/editTemplate/form/AudioForm.vue
View file @
f602a31b
...
@@ -180,7 +180,7 @@ export default {
...
@@ -180,7 +180,7 @@ export default {
line-height: 36px;
line-height: 36px;
color: rgba(121, 125, 132, 1);
color: rgba(121, 125, 132, 1);
background: #f6f6f7;
background: #f6f6f7;
border: 1px solid #
f0f1f5
;
border: 1px solid #
DCDFE6
;
.iconyinpin2 {
.iconyinpin2 {
font-size: 24px;
font-size: 24px;
vertical-align: sub;
vertical-align: sub;
...
...
src/components/editTemplate/form/BaseForm.vue
View file @
f602a31b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"base_form"
>
<div
class=
"base_form"
>
<div
class=
"label"
>
<div
class=
"label"
>
<img
class=
"pre-tag"
src=
"../../../assets/images/template/pre-tag.png"
/>
<img
class=
"pre-tag"
src=
"../../../assets/images/template/pre-tag.png"
/>
<div
class=
"label-text"
:title=
"label"
>
{{
label
}}
</div>
<div
class=
"label-text"
:title=
"label"
>
{{
label
}}
</div>
</div>
</div>
<div
class=
"input-box"
>
<div
class=
"input-box"
>
<input
<input
...
@@ -84,7 +84,6 @@ export default class BaseForm extends Vue {
...
@@ -84,7 +84,6 @@ export default class BaseForm extends Vue {
text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; /*规定段落中的文本不进行换行 */
white-space: nowrap; /*规定段落中的文本不进行换行 */
overflow: hidden;
overflow: hidden;
}
}
.icon_down {
.icon_down {
...
@@ -107,7 +106,7 @@ export default class BaseForm extends Vue {
...
@@ -107,7 +106,7 @@ export default class BaseForm extends Vue {
margin-top: 11px;
margin-top: 11px;
min-height: 44px;
min-height: 44px;
border-radius: 4px;
border-radius: 4px;
border: 1px solid #
e8e8e8
; /* todo 边框、背景色ui图颜色不一致 */
border: 1px solid #
DCDFE6
; /* todo 边框、背景色ui图颜色不一致 */
outline: none;
outline: none;
padding-left: 24px;
padding-left: 24px;
font-size: 14px;
font-size: 14px;
...
...
src/components/editTemplate/form/ImageForm.vue
View file @
f602a31b
...
@@ -198,7 +198,7 @@ export default class ImageForm extends Vue {
...
@@ -198,7 +198,7 @@ export default class ImageForm extends Vue {
width: 80px;
width: 80px;
height: 80px;
height: 80px;
border-radius: 4px;
border-radius: 4px;
border: 1px solid
rgba(215, 215, 215, 1)
;
border: 1px solid
#dcdfe6
;
text-align: center;
text-align: center;
line-height: 80px;
line-height: 80px;
.iconjiahao {
.iconjiahao {
...
@@ -222,7 +222,7 @@ export default class ImageForm extends Vue {
...
@@ -222,7 +222,7 @@ export default class ImageForm extends Vue {
width: 100%;
width: 100%;
height: 100%;
height: 100%;
border-radius: 4px;
border-radius: 4px;
border: 1px solid #d
7d7d7
;
border: 1px solid #d
cdfe6
;
overflow: hidden;
overflow: hidden;
}
}
.iconshanchu3 {
.iconshanchu3 {
...
...
src/components/editTemplate/form/LinkForm.vue
View file @
f602a31b
...
@@ -106,7 +106,7 @@ export default class BaseForm extends Vue {
...
@@ -106,7 +106,7 @@ export default class BaseForm extends Vue {
margin-top: 11px;
margin-top: 11px;
min-height: 44px;
min-height: 44px;
border-radius: 4px;
border-radius: 4px;
border: 1px solid #
e8e8e8
; /* todo 边框、背景色ui图颜色不一致 */
border: 1px solid #
DCDFE6
; /* todo 边框、背景色ui图颜色不一致 */
outline: none;
outline: none;
padding-left: 24px;
padding-left: 24px;
font-size: 14px;
font-size: 14px;
...
...
src/components/editTemplate/form/PDFForms.vue
View file @
f602a31b
...
@@ -185,32 +185,6 @@ export default {
...
@@ -185,32 +185,6 @@ export default {
white-space: nowrap;
white-space: nowrap;
overflow: hidden;
overflow: hidden;
}
}
.upload-area {
width: 151px;
height: 89px;
border-radius: 4px;
border: 1px dashed #e5e5e5;
text-align: center;
padding-top: 10px;
cursor: pointer;
.icon {
font-size: 32px;
color: #797d84;
}
p {
margin: 0;
padding: 0;
padding-top: 8px;
font-size: 12px;
font-weight: 400;
color: rgba(121, 125, 132, 1);
&:last-child {
font-size: 10px;
padding-top: 2px;
color: rgba(152, 159, 165, 1);
}
}
}
.show {
.show {
line-height: 1;
line-height: 1;
cursor: pointer;
cursor: pointer;
...
@@ -255,8 +229,7 @@ export default {
...
@@ -255,8 +229,7 @@ export default {
line-height: 36px;
line-height: 36px;
color: rgba(121, 125, 132, 1);
color: rgba(121, 125, 132, 1);
background: #f6f6f7;
background: #f6f6f7;
border: 1px solid #f0f1f5;
border: 1px solid #dcdfe6;
.icon {
.icon {
font-size: 14px;
font-size: 14px;
padding-right: 6px;
padding-right: 6px;
...
...
src/components/editTemplate/form/VideoForm.vue
View file @
f602a31b
...
@@ -242,7 +242,7 @@ export default {
...
@@ -242,7 +242,7 @@ export default {
width: 151px;
width: 151px;
background: #f6f6f7;
background: #f6f6f7;
border-radius: 4px;
border-radius: 4px;
border: 1px solid #
f0f1f5
;
border: 1px solid #
DCDFE6
;
color: #353535;
color: #353535;
line-height: 36px;
line-height: 36px;
text-align: center;
text-align: center;
...
...
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