Commit 3a0d3f56 authored by xiexingan's avatar xiexingan

调整

parent 2ccacb7a
<template lang="pug">
//div(onselectstart="return false;" @mousedown="regionMousedown" @mousemove="regionMousemove" @mouseup="regionMouseup")
div(onselectstart="return false;")
div(class="top_button" style="width:100%;height:40px; padding-top:3px")
div(class="top_button" style="width:100%;height:40px; padding-top:3px;overflow:hidden;")
div(style="float:left;margin-left:16px;")
div(:class="[item.value,iconId==item.id?item.value+'2':'']" name="iconListNow" :title="item.name" :style="{cursor:editable?'pointer':''}" :id="item.id" @click="changeIcon(item)" v-for="item in typeList")
div(style="float:right; margin-top:6px;")
......
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