Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9aed871f
authored
Jun 23, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://gitlab.corp.qinqinxiaobao.com:9880/frontend_vue/qqxb-self-service
parents
70e36a68
f16a315b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
src/views/archives/archiveQuestion.vue
src/views/archives/archiveQuestion.vue
View file @
9aed871f
...
...
@@ -38,13 +38,13 @@
</
template
>
<
script
lang=
"ts"
>
import
Vue
from
"vue"
;
import
{
RadioGroup
,
Radio
,
Button
}
from
"vant"
;
import
{
RadioGroup
,
Radio
,
Button
}
from
"vant"
;
import
{
Component
}
from
"vue-property-decorator"
;
@
Component
({
components
:
{
[
RadioGroup
.
name
]:
RadioGroup
,
[
Radio
.
name
]:
Radio
,
[
Radio
.
name
]:
Radio
},
data
()
{
return
{
...
...
@@ -55,9 +55,7 @@ import { Component } from "vue-property-decorator";
};
}
})
export
default
class
workInfo
extends
Vue
{
}
export
default
class
workInfo
extends
Vue
{}
</
script
>
<
style
lang=
"less"
scoped
>
.content
{
...
...
@@ -102,6 +100,14 @@ export default class workInfo extends Vue {
margin-top
:
16px
;
.van-radio--horizontal
{
margin-right
:
60px
;
font-size
:
14px
;
.van-radio__icon
{
display
:
flex
;
align-items
:
center
;
.van-icon
{
font-size
:
14px
;
}
}
}
}
}
...
...
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