mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-10 17:42:50 +00:00
优化商品添加样式
This commit is contained in:
parent
83e6e151cb
commit
bb273ced83
@ -487,7 +487,7 @@ div.edui-box {
|
||||
.edui-default .edui-toolbar .edui-splitbutton .edui-icon {
|
||||
height: 20px !important;
|
||||
width: 20px !important;
|
||||
background-image: url(http://cdn.oss.9gt.net/prov1.1/1/icons.png);
|
||||
background-image: url(../images/icons.gif);
|
||||
background-image: url(../images/icons.gif) \9;
|
||||
}
|
||||
|
||||
@ -1901,4 +1901,4 @@ div.edui-box {
|
||||
}
|
||||
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon{
|
||||
background-position: -72px -34px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="article-manager" id="shopp-manager">
|
||||
<div class="article-manager video-icon" id="shopp-manager">
|
||||
<div class="i-layout-page-header">
|
||||
<div class="i-layout-page-header">
|
||||
<router-link :to="{path:'/admin/product/product_list'}"><Button icon="ios-arrow-back" size="small" class="mr20">返回</Button></router-link>
|
||||
@ -1366,5 +1366,10 @@
|
||||
display: inline-block !important;
|
||||
margin-left: 120px !important;
|
||||
width auto !important
|
||||
|
||||
.video-icon{
|
||||
background-image: url(https://cdn.oss.9gt.net/CRMEB_Min4.3/1/icons.png);
|
||||
background-color: #fff;
|
||||
background-position: -9999px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user