|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <div id="search-store-content">
|
|
|
<ul class="store-list" v-if="storeData.content && storeData.content.length > 0">
|
|
|
<li v-for="(store, index) in storeData.content">
|
|
|
<div class="store-content-left">
|
|
|
@@ -308,9 +308,6 @@
|
|
|
color: #008B00;
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
- .el-dialog__body{
|
|
|
- padding: 20px !important;
|
|
|
- }
|
|
|
.focus button.focus-btn a{
|
|
|
color: #fff;
|
|
|
}
|