Commit 07d2d447 authored by zhengke's avatar zhengke

1

parent c7a6fe23
......@@ -504,8 +504,8 @@
<span>商品详情</span>
</div>
<el-row>
<el-col :span="12">
<UE :defaultMsg="defaultMsg" :config="config" :IsMultiple="true" ref="ue"></UE>
<el-col :span="242">
<UE style="width:750px;" :defaultMsg="defaultMsg" :config="config" :IsMultiple="true" ref="ue"></UE>
</el-col>
</el-row>
</el-card>
......@@ -2284,7 +2284,10 @@
}
@media (max-width:1199px) and (min-width:200px) {
.goodsListEdit .el-col-12 {
width: 90%;
width: 80%;
}
}
.edui1_imagescale img{
max-width: 100%;
}
</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