样式修改

This commit is contained in:
taoxu 2024-01-02 22:30:22 +08:00
parent 804158fa14
commit 9b8f9207a1
3 changed files with 14 additions and 12 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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',