| | |
| | | <template> |
| | | <div v-show="name" :title="title" class="iconShow" :style="'width:'+fontSize+';height:'+fontSize+';font-size: '+fontSize+';'+style" v-html="svgHtml"></div> |
| | | <div v-show="name" :title="title" class="iconShow" :name="name" :style="'width:'+fontSize+';height:'+fontSize+';font-size: '+fontSize+';'+style" v-html="svgHtml"></div> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | display: inline-block; |
| | | margin-top: -2px; |
| | | margin-right: 10px; |
| | | color: #eeeeea; |
| | | color: rgba(255, 255, 255, 0.7); |
| | | } |
| | | .el-submenu__title:hover .iconShowSpan{ |
| | | color: #ffffff; |
| | | } |
| | | .el-submenu__title:hover .iconShowSpan svg{ |
| | | fill: #ffffff; |
| | | } |
| | | </style> |
| | | |
| | |
| | | .UI-dynamic > .avue-crud{ |
| | | height: 100%; |
| | | } |
| | | |
| | | /* |
| | | svg图标 |
| | | */ |
| | | .iconShow svg{ |
| | | fill: currentColor; |
| | | } |
| | | /* |
| | | 表单 |
| | | */ |
| | |
| | | } |
| | | |
| | | |
| | | /***按钮框****/ |
| | | /*** |
| | | 按钮 |
| | | ****/ |
| | | .tree-buttons .el-button{ |
| | | margin: 0 5px 5px 0; |
| | | } |
| | |
| | | -ms-flex-pack: center; |
| | | justify-content: center; |
| | | } |
| | | /*图标**/ |
| | | .el-button--small.button-custom-icon > span .iconShow{ |
| | | font-size: 16px !important; |
| | | width: 16px !important; |
| | |
| | | .el-tree .el-tree-node__loading-icon{ |
| | | display: none !important; |
| | | } |
| | | /*图标**/ |
| | | .el-tree-node__label .iconShow{ |
| | | display: inline-block; |
| | | width: 14px !important; |