分割列表样式调整
parent
aaeadbc440
commit
aca7f07d00
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="Segmentations" v-loading="loading">
|
<div class="Segmentations" v-loading="loading">
|
||||||
<h3 style="color: #fff;margin: 0;padding: 15px 10px;">
|
<h3 style="color: #fff;margin: 0;padding: 15px 10px 5px">
|
||||||
<span>{{ series.TaskInfo.SubjectCode }} </span>
|
<span>{{ series.TaskInfo.SubjectCode }} </span>
|
||||||
<span style="margin-left:5px;">{{ series.TaskInfo.TaskBlindName }}</span>
|
<span style="margin-left:5px;">{{ series.TaskInfo.TaskBlindName }}</span>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
@ -1933,7 +1933,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.Bidirectionalbox {
|
.Bidirectionalbox {
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -1963,7 +1963,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.statsBox {
|
.statsBox {
|
||||||
padding: 0 5px;
|
padding: 0 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
@ -1983,7 +1983,7 @@ export default {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0 5px 10px;
|
margin: 0 5px 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.messageBox {
|
.messageBox {
|
||||||
|
|
@ -2061,7 +2061,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.SegmentGroupBox {
|
.SegmentGroupBox {
|
||||||
padding: 8px 5px;
|
padding: 8px 10px;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
@ -2093,7 +2093,7 @@ export default {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 5px;
|
padding: 0 10px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba($color: #409EFF, $alpha: 0.2);
|
background-color: rgba($color: #409EFF, $alpha: 0.2);
|
||||||
|
|
@ -2105,7 +2105,7 @@ export default {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 0 5px;
|
padding: 0 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2136,7 +2136,7 @@ export default {
|
||||||
.EraserConfig,
|
.EraserConfig,
|
||||||
.SegmentConfig {
|
.SegmentConfig {
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
padding: 0 5px;
|
padding: 0 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -2167,13 +2167,13 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-input-number.is-without-controls .el-input__inner {
|
::v-deep .el-input-number.is-without-controls .el-input__inner {
|
||||||
padding: 0 5px;
|
padding: 0 10px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.SegmentConfig {
|
.SegmentConfig {
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svg-icon {
|
.svg-icon {
|
||||||
|
|
@ -2203,12 +2203,12 @@ export default {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// margin-right: 20px;
|
// margin-right: 20px;
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-bottom: 1px solid #404040;
|
border-bottom: 1px solid #404040;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
border-right: 1px solid #404040;
|
border-right: 1px solid #404040;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -2256,7 +2256,7 @@ export default {
|
||||||
background-color: #000 !important;
|
background-color: #000 !important;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
border-bottom-color: #5a5a5a;
|
border-bottom-color: #5a5a5a;
|
||||||
padding-left: 5px;
|
padding-left: 10px;
|
||||||
// height: 50px;
|
// height: 50px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue