样式调整

zhc4dev
暖暖 2 years ago
parent 3940fa206f
commit cd8faf6138
  1. 6
      ant-design-vue-jeecg/src/views/shopping/pages/clothDetail1.vue

@ -1,6 +1,6 @@
<template>
<!-- 服装详情页-->
<div class="clothDetails">
<div class="clothDetails1">
<Header fontColor="#000"></Header>
<div class="jz menu d-flex">
<el-breadcrumb separator="/">
@ -339,7 +339,7 @@
};
</script>
<style>
.clothDetails .cytj {
.clothDetails1 .cytj {
border-bottom: 2px solid #000;
}
@ -353,7 +353,7 @@
#btn02{
display: none;
}
.clothDetails {
.clothDetails1 {
.menu{
justify-content: space-between;
padding-top: 100px;

Loading…
Cancel
Save