瀏覽代碼

edit font

ctt_dev
chutingting 1 年之前
父節點
當前提交
6709710325
共有 2 個檔案被更改,包括 9 行新增11 行删除
  1. +2
    -4
      src/layout/index.vue
  2. +7
    -7
      src/views/myStore/index.vue

+ 2
- 4
src/layout/index.vue 查看文件

@@ -267,8 +267,7 @@ function toUserModel() {
width: 100%;
height: 50px;
padding-left: 10px;
font-size: 20px;
font-weight: 500;
font-size: 18px;
line-height: 50px;
text-align: center;
cursor: pointer;
@@ -342,8 +341,7 @@ function toUserModel() {
.el-menu{
border: none;
:deep .el-sub-menu__title, :deep .el-menu-item{
font-size: 20px;
font-weight: 500;
font-size: 18px;
}

}


+ 7
- 7
src/views/myStore/index.vue 查看文件

@@ -111,8 +111,8 @@
<iframe
v-show="iframeBody"
id="myIframe"
width="305px"
height="305px"
width="220px"
height="220px"
frameborder="0"
></iframe>
</div>
@@ -406,7 +406,7 @@ function findStatus() {
<style lang="scss" scoped>

.page {
// min-width: calc(100vw - 210px);
// min-width: calc(100vw - 220px);
height: calc(100vh - 80px);
width: 1690px;
padding: 0px 20px 0 20px;
@@ -429,7 +429,7 @@ function findStatus() {

.item {
position: relative;
width: 450px;
width: 25%;
// height: 680px;
margin-left: 45px;
background-color: #fffefd;
@@ -612,10 +612,10 @@ function findStatus() {
margin: auto;
justify-content: space-evenly;
align-items: center;
width: 350px;
height: 350px;
width: 220px;
height: 220px;
border: 1px solid #ccc;
border-radius: 15px;
// border-radius: 15px;
overflow: hidden;
padding: 10px;
img {


Loading…
取消
儲存