Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
link-tools
Overview
Overview
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
vue-plugins
link-tools
Commits
6abdf423
Commit
6abdf423
authored
Sep 14, 2018
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 修改样式
parent
30c26e75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
linktools.vue
linktools.vue
+8
-4
linktoolspage.vue
linktoolspage.vue
+8
-4
No files found.
linktools.vue
View file @
6abdf423
...
...
@@ -123,7 +123,7 @@ components: {
<el-input
v-model=
"h5linkObj.url"
placeholder=
"请输入网址"
></el-input><a
class=
"h5link-help"
href=
"http://doc.demogic.com/doc/index.php?s=/41&page_id=441"
target=
"_blank"
>
【帮助文档】请联系公司技术人员查看文档配置标准链接
</a>
</div>
<div
class=
"h5link-row"
>
<label
class=
"h5link-title"
>
动态参数
</label>
<label
class=
"h5link-title
h5link-dynamic-title
"
>
动态参数
</label>
<div
class=
"h5-table"
>
<table
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
class=
" el-table el-table__header"
>
<colgroup>
...
...
@@ -217,7 +217,7 @@ components: {
<el-input
v-model=
"thirdObj.appid"
placeholder=
"请输入 appid"
></el-input>
</div>
<div
class=
"h5link-row"
>
<label
class=
"h5link-title"
>
动态参数
</label>
<label
class=
"h5link-title
h5link-dynamic-title
"
>
动态参数
</label>
<div
class=
"h5-table"
>
<table
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
class=
" el-table el-table__header"
>
<colgroup>
...
...
@@ -1938,7 +1938,7 @@ export default {
.types-title
{
display
:
inline-block
;
width
:
69
px
;
width
:
80
px
;
text-align
:
right
;
font-size
:
14px
;
padding-right
:
10px
;
...
...
@@ -2035,6 +2035,10 @@ export default {
width
:
71px
;
margin-right
:
7px
;
text-align
:
right
;
&.h5link-dynamic-title
{
height
:
48px
;
line-height
:
48px
;
}
}
.el-input
,
.el-textarea
{
...
...
@@ -2077,7 +2081,7 @@ export default {
}
td
{
text-align
:
center
;
padding
:
0
;
padding
:
5px
0
;
}
.el-select
{
...
...
linktoolspage.vue
View file @
6abdf423
...
...
@@ -121,7 +121,7 @@ components: {
<el-input
v-model=
"h5linkObj.url"
placeholder=
"请输入网址"
></el-input><a
class=
"h5link-help"
href=
"http://doc.demogic.com/doc/index.php?s=/41&page_id=441"
target=
"_blank"
>
【帮助文档】请联系公司技术人员查看文档配置标准链接
</a>
</div>
<div
class=
"h5link-row"
>
<label
class=
"h5link-title"
>
动态参数
</label>
<label
class=
"h5link-title
h5link-dynamic-title
"
>
动态参数
</label>
<div
class=
"h5-table"
>
<table
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
class=
" el-table el-table__header"
>
<colgroup>
...
...
@@ -215,7 +215,7 @@ components: {
<el-input
v-model=
"thirdObj.appid"
placeholder=
"请输入 appid"
></el-input>
</div>
<div
class=
"h5link-row"
>
<label
class=
"h5link-title"
>
动态参数
</label>
<label
class=
"h5link-title
h5link-dynamic-title
"
>
动态参数
</label>
<div
class=
"h5-table"
>
<table
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
class=
" el-table el-table__header"
>
<colgroup>
...
...
@@ -2618,7 +2618,7 @@ export default {
.types-title
{
display
:
inline-block
;
width
:
69
px
;
width
:
80
px
;
text-align
:
right
;
font-size
:
14px
;
padding-right
:
12px
;
...
...
@@ -2712,6 +2712,10 @@ export default {
width
:
71px
;
margin-right
:
7px
;
text-align
:
right
;
&.h5link-dynamic-title
{
height
:
48px
;
line-height
:
48px
;
}
}
.el-input
,
.el-textarea
{
...
...
@@ -2754,7 +2758,7 @@ export default {
}
td
{
text-align
:
center
;
padding
:
0
;
padding
:
5px
0
;
}
.el-input
{
...
...
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