chromesetting
杨树明 5 years ago
parent 56f23efd4a
commit d203f8e246

@ -2934,7 +2934,7 @@ a.singlepublishtwo{
padding: 40px !important; padding: 40px !important;
} }
.editormd-html-preview{ .editormd-html-preview{
width: 94% !important; width: 100% !important;
color: #323232 !important; color: #323232 !important;
} }
#homework_editorMd_description hr{ #homework_editorMd_description hr{

@ -1,5 +1,5 @@
.editormd-html-preview, .editormd-preview-container { .editormd-html-preview, .editormd-preview-container {
width: 95% !important; width: 100% !important;
} }
.Finish_button{ .Finish_button{
height: 30px; height: 30px;

@ -555,6 +555,9 @@ class PathDetailIndex extends Component{
.pathDetailIndex .markdown-body > p { .pathDetailIndex .markdown-body > p {
line-height: 28px; line-height: 28px;
} }
// #shixuns_propaedeutics{
// width: 100% !important;
// }
` `
} }
</style> </style>

@ -35,14 +35,14 @@ if (!window['indexHOCLoaded']) {
// $('head').append($('<link rel="stylesheet" type="text/css" />') // $('head').append($('<link rel="stylesheet" type="text/css" />')
// .attr('href', `${_url_origin}/stylesheets/educoder/antd.min.css?1525440977`)); // .attr('href', `${_url_origin}/stylesheets/educoder/antd.min.css?1525440977`));
$('head').append($('<link rel="stylesheet" type="text/css" />') $('head').append($('<link rel="stylesheet" type="text/css" />')
.attr('href', `${_url_origin}/stylesheets/css/edu-common.css?1`)); .attr('href', `${_url_origin}/stylesheets/css/edu-common.css?66`));
$('head').append($('<link rel="stylesheet" type="text/css" />') $('head').append($('<link rel="stylesheet" type="text/css" />')
.attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?1`)); .attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?66`));
// index.html有加载 // index.html有加载
$('head').append($('<link rel="stylesheet" type="text/css" />') $('head').append($('<link rel="stylesheet" type="text/css" />')
.attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?1`)); .attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?66`));
// $('head').append($('<link rel="stylesheet" type="text/css" />') // $('head').append($('<link rel="stylesheet" type="text/css" />')

@ -1,5 +1,5 @@
.editormd-html-preview, .editormd-preview-container { .editormd-html-preview, .editormd-preview-container {
width: 95% !important; width: 100% !important;
} }
.Finish_button{ .Finish_button{
height: 30px; height: 30px;

@ -2939,7 +2939,7 @@ a.singlepublishtwo{
padding: 40px !important; padding: 40px !important;
} }
.editormd-html-preview{ .editormd-html-preview{
width: 94% !important; width:100% !important;
color: #323232 !important; color: #323232 !important;
} }
#homework_editorMd_description hr{ #homework_editorMd_description hr{

Loading…
Cancel
Save