Commit 2f3329a7 by 刘海龙

111

parent da962136
<include file="__THEME__/public_header_w3g"/> <include file="__THEME__/public_header_w3g"/>
<style type="text/css"> <style type="text/css">
body { body { padding-bottom: 0 !important; }
padding-bottom: 0 !important;
}
</style> </style>
<div id="app" class="page_background" style="height: 100%;"> <div id="app" class="page_background" style="height: 100%;">
<div class="layout_v tab_container"> <div class="layout_v tab_container">
...@@ -95,7 +93,7 @@ ...@@ -95,7 +93,7 @@
}, },
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
// console.log(tab) console.log(tab)
switch(tab){ switch(tab){
case 0: case 0:
window.location.href = "{:U('classroom/Index/index')}" window.location.href = "{:U('classroom/Index/index')}"
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<link rel="stylesheet" type="text/css" href="{$Think.APPS_URL}/exams/_static/css/public_header_footer_media.css"> <link rel="stylesheet" type="text/css" href="{$Think.APPS_URL}/exams/_static/css/public_header_footer_media.css">
<link rel="stylesheet" type="text/css" href="{$Think.APPS_URL}/exams/_static/css/exam_2.0.css"> <link rel="stylesheet" type="text/css" href="{$Think.APPS_URL}/exams/_static/css/exam_2.0.css">
<style type="text/css"> <style type="text/css">
.static-exam dl .operation .analysis { .static-exam dl .operation .analysis { display: block; }
display: block; .cstlayer-header i { font-size: 14px; }
} .cstlayer-header h3 { color: #333!important; line-height: 18px; }
</style> </style>
<div class="min-height-wrap"> <div class="min-height-wrap">
<div class="cstlayer exams_top"> <div class="cstlayer exams_top">
......
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