浏览代码

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%; width: 100%;
height: 50px; height: 50px;
padding-left: 10px; padding-left: 10px;
font-size: 20px;
font-weight: 500;
font-size: 18px;
line-height: 50px; line-height: 50px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
@@ -342,8 +341,7 @@ function toUserModel() {
.el-menu{ .el-menu{
border: none; border: none;
:deep .el-sub-menu__title, :deep .el-menu-item{ :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 <iframe
v-show="iframeBody" v-show="iframeBody"
id="myIframe" id="myIframe"
width="305px"
height="305px"
width="220px"
height="220px"
frameborder="0" frameborder="0"
></iframe> ></iframe>
</div> </div>
@@ -406,7 +406,7 @@ function findStatus() {
<style lang="scss" scoped> <style lang="scss" scoped>


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


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


正在加载...
取消
保存