提交 7375f299 编写于 作者: guangjun.yang's avatar guangjun.yang

样式调整等

上级 5440b65c
...@@ -109,6 +109,7 @@ export default { ...@@ -109,6 +109,7 @@ export default {
return {}; return {};
}, },
methods: { methods: {
// 将序号转成字母
getOrderVac(index) { getOrderVac(index) {
return getOrderText(index); return getOrderText(index);
}, },
...@@ -218,7 +219,7 @@ export default { ...@@ -218,7 +219,7 @@ export default {
font-size: 12px; font-size: 12px;
& > span { & > span {
position: absolute; position: absolute;
top: 3px; top: 3.5px;
left: 4.5px; left: 4.5px;
color: #ffffff; color: #ffffff;
} }
......
const coop = { const coop = {
state: { state: {
userInfo: {appVersion: "343", userToken: "8E28243680E44C2A9275BF3F18F90494"}, userInfo: {appVersion: "343", userToken: "9CC3B119F8784C84B9E897542B2DF112"},
statusBarHeight: {}, statusBarHeight: {},
projectTabIndex: 1, projectTabIndex: 1,
jumpURLForI: "", //中华医学会一类跳转地址 jumpURLForI: "", //中华医学会一类跳转地址
......
...@@ -321,10 +321,6 @@ export default { ...@@ -321,10 +321,6 @@ export default {
); );
}, },
// 将序号转成字母
getOrderVac(index) {
return getOrderText(index);
},
// 处理返回的数据,并存储到store中 // 处理返回的数据,并存储到store中
handlerPractiseData(questionList) { handlerPractiseData(questionList) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册