|
@@ -2001,7 +2001,7 @@ export default {
|
|
|
width: 5px !important;
|
|
|
}
|
|
|
.main-left {
|
|
|
- width: 500px;
|
|
|
+ width: 400px;
|
|
|
min-width: 300px;
|
|
|
background: #fff;
|
|
|
margin-right: 20px;
|
|
@@ -2133,8 +2133,8 @@ export default {
|
|
|
position: relative;
|
|
|
color: #666;
|
|
|
.value-style{
|
|
|
- background-color: #ECF2FE;
|
|
|
- color: #0052D9;
|
|
|
+ /* background-color: #ECF2FE;
|
|
|
+ color: #0052D9; */
|
|
|
padding:5px;
|
|
|
border-radius: 4px;
|
|
|
&.predict-act {
|
|
@@ -2174,37 +2174,46 @@ export default {
|
|
|
flex: 1;
|
|
|
margin-top: 20px;
|
|
|
display: flex;
|
|
|
- gap: 20px 4%;
|
|
|
+ gap: 20px;
|
|
|
flex-wrap: wrap;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
+ .dragShdow {
|
|
|
+ box-shadow: 0 1px 8px rgba(64, 158, 255, 0.8);
|
|
|
+ opacity: 0.5;
|
|
|
+ }
|
|
|
.list-item{
|
|
|
- width:22%;
|
|
|
- height:280px;
|
|
|
+ width:23%;
|
|
|
+ /* height:280px; */
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 0 10px;
|
|
|
+ /* padding: 0 10px; */
|
|
|
border-radius: 4px;
|
|
|
border:1px solid #DCDFE6;
|
|
|
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
.header,.info{
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ padding:20px;
|
|
|
+ box-sizing: border-box;
|
|
|
text-align: left;
|
|
|
}
|
|
|
.header{
|
|
|
- border-bottom: 1px solid #DCDFE6;
|
|
|
+ //border-bottom: 1px solid #DCDFE6;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 600;
|
|
|
+ box-shadow: 0 3px 6px rgba(37, 37, 239, 0.1);
|
|
|
}
|
|
|
.image{
|
|
|
+ padding:20px 20px 0 20px;
|
|
|
flex: 1;
|
|
|
cursor: pointer;
|
|
|
img{
|
|
|
width:100%;
|
|
|
- height: 200px;
|
|
|
+ height: 230px;
|
|
|
object-fit: cover !important;
|
|
|
}
|
|
|
}
|