|
|
|
@ -181,8 +181,9 @@ onMounted(() => {
|
|
|
|
|
// width: 60%;
|
|
|
|
|
width: 808px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20%;
|
|
|
|
|
left: 30%;
|
|
|
|
|
top: 118px;
|
|
|
|
|
left:0;
|
|
|
|
|
right: 0;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
|
|
.ip_box {
|
|
|
|
@ -209,14 +210,19 @@ onMounted(() => {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list_box {
|
|
|
|
|
background: #fefefe;
|
|
|
|
|
border: 1px dashed #f4f4f4;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
box-shadow: 0px 12px 12px 0px rgba(80, 122, 253, 0.15);
|
|
|
|
|
|
|
|
|
|
//border: 1px dashed #f4f4f4;
|
|
|
|
|
border: 1px dashed #f4f4f4;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
box-shadow: 0px 12px 12px 0px rgba(80,122,253,0.15);
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
width: 802px;
|
|
|
|
|
height: 400px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
background-image: url("@/assets/images/searchback.png");
|
|
|
|
|
background-size: 104% 110%;
|
|
|
|
|
background-position: -12px -2px;
|
|
|
|
|
.list_classfiy_item {
|
|
|
|
|
margin-bottom: -2px;
|
|
|
|
|
.list_title {
|
|
|
|
@ -246,7 +252,7 @@ onMounted(() => {
|
|
|
|
|
.history-list {
|
|
|
|
|
align-items: center;
|
|
|
|
|
// 上面有margin-bottom:12;12+26=38
|
|
|
|
|
padding: 26px 12px 12px 0;
|
|
|
|
|
//padding: 26px 12px 12px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
@ -262,7 +268,7 @@ onMounted(() => {
|
|
|
|
|
flex: 1;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
margin: 9px 0 9px 29px;
|
|
|
|
|
margin: 9px 0 9px 0px;
|
|
|
|
|
|
|
|
|
|
.tag {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|