This commit is contained in:
wyx
2023-03-24 14:58:40 +08:00
parent dcc72f5ee7
commit a70c403fe4

View File

@@ -1,6 +1,6 @@
<template> <template>
<div style=" background: #0078fc;height: 150px;width: 100%;position: absolute;top: 0;z-index:-9999;"></div> <div style=" background: #0078fc;height: 150px;width: 100%;position: absolute;top: 0;z-index:-9999;"></div>
<div class="faceteach" style="padding: 30px"> <div class="faceteachnocommon" style="padding: 30px">
<!-- 面包屑导航 --> <!-- 面包屑导航 -->
<div class="crumb"> <div class="crumb">
<div>课程列表</div> <div>课程列表</div>
@@ -182,7 +182,7 @@ function formateArr(strs) {
<!-- Add "scoped" attribute to limit CSS to this component only --> <!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss"> <style lang="scss">
.faceteach { .faceteachnocommon {
.crumb { .crumb {
color: #fff; color: #fff;
display: flex; display: flex;