Commit 487161f7 authored by 罗超's avatar 罗超

样式修改

parent bdf46615
......@@ -47,7 +47,7 @@ module.exports = function(ctx) {
vueRouterMode: 'history', // available values: 'hash', 'history'
env: ctx.dev ? {
API: 'http://localhost:8300/api',
API: 'http://192.168.5.46:8300/api',
// API: 'http://192.168.10.128:8300/api',
// API: 'https://eduapi.oytour.com/api',
API_ZC: 'http://192.168.5.238:8087/api',
......
......@@ -114,6 +114,12 @@
.addTiMuList:hover{
opacity: 0.7;
}
.q-btn{
font-size: max(12px, 1em) !important;
}
.q-btn .q-icon, .q-btn .q-spinner{
font-size: max(12px, 1em) !important;
}
/* 控制下拉长度 */
/* .q-menu{
max-height: 29vh;
......
......@@ -83,7 +83,7 @@
<el-table-column prop="AgainNum" label="进度" width="100">
<template slot-scope="scope">
{{scope.row.CourseRateName}}({{scope.row.ChapterGradeNo}})
<div v-if="scope.row.ClassDate" style="font-size:3px; line-height: 13px">{{scope.row.ClassDate}}</div>
<div v-if="scope.row.ClassDate" style="font-size:13px; line-height: 13px">{{scope.row.ClassDate}}</div>
</template>
</el-table-column>
<el-table-column prop="State" label="状态" width="70">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment