Commit 5c38f44b authored by liziwl's avatar liziwl
Browse files

fix bug card background

parent e956af90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ export default {
</script>
<style lang="scss" scoped>
.card {
  background-color: rgba(238, 238, 238, 0.411);
  background-color: #e3e3e3;
  color: black;
  padding:  0.5rem;
  font-size: 13px;
Baidu
map