样式修改
This commit is contained in:
parent
804158fa14
commit
9b8f9207a1
|
@ -42,7 +42,7 @@ const install = (Vue, vm) => {
|
||||||
// 所以哪怕您重新登录修改了Storage,下一次的请求将会是最新值
|
// 所以哪怕您重新登录修改了Storage,下一次的请求将会是最新值
|
||||||
// const token = uni.getStorageSync('token');
|
// const token = uni.getStorageSync('token');
|
||||||
|
|
||||||
const token = " Bearer 5791a135fff342a4b7e70109b6936826"
|
const token = " Bearer cd74d4416a9742f880424559a180121d"
|
||||||
|
|
||||||
// console.log("我是token", token)
|
// console.log("我是token", token)
|
||||||
config.header.Authorization = token;
|
config.header.Authorization = token;
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
<view class="work_info_top_text">
|
<view class="work_info_top_text">
|
||||||
作业记录
|
作业记录
|
||||||
</view>
|
</view>
|
||||||
<view class="work_info_top_right">
|
<view class="work_info_top_right" v-if="false">
|
||||||
作业记录
|
作业记录
|
||||||
<view class="iconfont icon-arow_down"></view>
|
<view class="iconfont icon-arow_down"></view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -338,9 +338,9 @@
|
||||||
},
|
},
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
radar: [{ // 雷达图坐标系组件,只适用于雷达图。
|
radar: [{ // 雷达图坐标系组件,只适用于雷达图。
|
||||||
center: ['50%', '50%'],
|
center: ['50%', '55%'],
|
||||||
// 圆中心坐标,数组的第一项是横坐标,第二项是纵坐标。[ default: ['50%', '50%'] ]
|
// 圆中心坐标,数组的第一项是横坐标,第二项是纵坐标。[ default: ['50%', '50%'] ]
|
||||||
radius: '70rpx',
|
radius: '60rpx',
|
||||||
// 圆的半径,数组的第一项是内半径,第二项是外半径。
|
// 圆的半径,数组的第一项是内半径,第二项是外半径。
|
||||||
startAngle: 90,
|
startAngle: 90,
|
||||||
// 坐标系起始角度,也就是第一个指示器轴的角度。[ default: 90 ]
|
// 坐标系起始角度,也就是第一个指示器轴的角度。[ default: 90 ]
|
||||||
|
@ -592,7 +592,9 @@
|
||||||
// flex-wrap: wrap;
|
// flex-wrap: wrap;
|
||||||
padding: 0 32rpx;
|
padding: 0 32rpx;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
height: 1345.92rpx;
|
padding-bottom: 20rpx;
|
||||||
|
border-radius: 20rpx;
|
||||||
|
// height: 1345.92rpx;
|
||||||
background-image: url("https://file.langsi.online/yasiimg/web/static/uBHiWpVS8LQdX241DdjX");
|
background-image: url("https://file.langsi.online/yasiimg/web/static/uBHiWpVS8LQdX241DdjX");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -773,7 +775,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.study_info_cont_box {
|
.study_info_cont_box {
|
||||||
|
margin-bottom: 20rpx;
|
||||||
margin-top: 32rpx;
|
margin-top: 32rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
// flex-wrap: warp;
|
// flex-wrap: warp;
|
||||||
|
|
|
@ -202,10 +202,10 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="u-order-desc">
|
<view class="u-order-desc">
|
||||||
<view style="display: inline;">
|
<view style="display: inline-flex;flex-wrap: wrap;">
|
||||||
<view class="txt">{{ item.topicEn }}:</view>
|
<view class="txt" style="display: inline;margin-right: 6rpx;">{{ item.topicEn }}:</view>
|
||||||
<view v-for="(items, indexs) in item.speakingType" :key="indexs"
|
<view v-for="(items, indexs) in item.speakingType" :key="indexs"
|
||||||
class="type" style="display: inline;">
|
class="type" style="display: inline;margin-right: 6rpx;">
|
||||||
<view v-if="items == 1">串题</view>
|
<view v-if="items == 1">串题</view>
|
||||||
<view v-else-if="items == 2">跟读</view>
|
<view v-else-if="items == 2">跟读</view>
|
||||||
<view v-else-if="items == 3">模考</view>
|
<view v-else-if="items == 3">模考</view>
|
||||||
|
@ -309,9 +309,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
uni.removeStorageSync('selectedClassInfo');
|
// uni.removeStorageSync('selectedClassInfo');
|
||||||
uni.removeStorageSync('selectedStuInfo');
|
// uni.removeStorageSync('selectedStuInfo');
|
||||||
uni.removeStorageSync('selectforwork');
|
// uni.removeStorageSync('selectforwork');
|
||||||
this.classinfo = JSON.parse(decodeURIComponent(option.classinfo))
|
this.classinfo = JSON.parse(decodeURIComponent(option.classinfo))
|
||||||
// let classinofs = [{
|
// let classinofs = [{
|
||||||
// name: '阅读5班',
|
// name: '阅读5班',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user