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
8ae6699d
authored
Jun 22, 2020
by
lishengfu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
upate
parent
61cba9a3
Show 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 @
8ae6699d
...
...
@@ -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