mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-08 18:36:48 +08:00
提交
This commit is contained in:
@@ -241,6 +241,7 @@ const toFinish = (item) => {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
z-index: 9999;
|
||||||
|
|
||||||
.item-link {
|
.item-link {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
|||||||
@@ -608,6 +608,8 @@ const toPath = () => {
|
|||||||
border-radius: 15px 15px 0 0;
|
border-radius: 15px 15px 0 0;
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
.task-item {
|
.task-item {
|
||||||
|
position: relative;
|
||||||
|
z-index: 9999;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
border-bottom: 2px #d3e3f2 dashed;
|
border-bottom: 2px #d3e3f2 dashed;
|
||||||
|
|||||||
@@ -860,7 +860,7 @@ const toPath = () => {
|
|||||||
.path-item-left {
|
.path-item-left {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
// width: 125px;
|
// width: 125px;
|
||||||
|
z-index: 9999;
|
||||||
.item-link {
|
.item-link {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -914,6 +914,7 @@ const toPath = () => {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
// width: 125px;
|
// width: 125px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
z-index: 9999;
|
||||||
|
|
||||||
.item-link {
|
.item-link {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
|||||||
Reference in New Issue
Block a user