Browse Source

优化

master
陈裕财 3 years ago
parent
commit
5e38938412
  1. 13
      src/styles/mdp.scss
  2. 13
      src/views/xm/core/xmMenu/XmMenuEdit.vue
  3. 13
      src/views/xm/core/xmTask/XmTaskEdit.vue

13
src/styles/mdp.scss

@ -296,14 +296,15 @@ table tr.hover-row{
display: inline-block;
}
.small-icon {
color: #fff;
height: 36px;
width: 36px;
border-radius: 15px;
color: #fff;
display: inline-block;
font-size: 14px;
height: 20px;
line-height: 20px;
margin-right: 5px;
text-align: center;
line-height: 36px;
font-size: 18px;
display: inline-block;
width: 20px;
}
/*此处根据不同屏幕分配率显示不同的样式*/
/*手机端*/

13
src/views/xm/core/xmMenu/XmMenuEdit.vue

@ -626,18 +626,7 @@
</script>
<style scoped>
.icon {
color: #fff;
height: 20px;
width: 20px;
border-radius: 15px;
text-align: center;
line-height: 20px;
font-size: 14px;
display: inline-block;
margin-right: 5px;
}
.step-btn{
margin-left:0px;margin-bottom: 5px;
}

13
src/views/xm/core/xmTask/XmTaskEdit.vue

@ -1052,18 +1052,7 @@
.el-form-item__content{
margin-left: 0;
}
.icon {
color: #fff;
height: 20px;
width: 20px;
border-radius: 15px;
text-align: center;
line-height: 20px;
font-size: 14px;
display: inline-block;
margin-right: 5px;
}
.step-btn{
margin-left:0px;margin-bottom: 5px;

Loading…
Cancel
Save