样式调整

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

Loading…
Cancel
Save