Commit 07d2d447 authored by zhengke's avatar zhengke

1

parent c7a6fe23
...@@ -504,8 +504,8 @@ ...@@ -504,8 +504,8 @@
<span>商品详情</span> <span>商品详情</span>
</div> </div>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="242">
<UE :defaultMsg="defaultMsg" :config="config" :IsMultiple="true" ref="ue"></UE> <UE style="width:750px;" :defaultMsg="defaultMsg" :config="config" :IsMultiple="true" ref="ue"></UE>
</el-col> </el-col>
</el-row> </el-row>
</el-card> </el-card>
...@@ -2284,7 +2284,10 @@ ...@@ -2284,7 +2284,10 @@
} }
@media (max-width:1199px) and (min-width:200px) { @media (max-width:1199px) and (min-width:200px) {
.goodsListEdit .el-col-12 { .goodsListEdit .el-col-12 {
width: 90%; width: 80%;
} }
} }
.edui1_imagescale img{
max-width: 100%;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment