| | |
| | | </div> |
| | | |
| | | <!-- 新增编辑标签 --> |
| | | <div v-if="addIconsLayerIconPopup" class="monitor-dom" id="leftNavsAdd"> |
| | | <div v-if="addIconsLayerIconPopup" class="monitor-dom add-sign-box-style" id="leftNavsAdd"> |
| | | <div style="width: 100%; height: 100%"> |
| | | <div class="divForms divForms-theme"> |
| | | <div class="divForms-wrap"> |
| | |
| | | class="addIconFromInput" |
| | | > |
| | | <template slot="prepend">标题:</template> |
| | | <i |
| | | slot="suffix" |
| | | class="el-icon-edit el-input__icon addIconFromInputicon" |
| | | ></i> |
| | | </el-input> |
| | | <img |
| | | @click="closeaddIconsLayerIconPopup" |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | <style lang="scss"> |
| | | .labelLayeridewm { |
| | | width: 250px !important; |
| | | height: 250px !important; |
| | | } |
| | | |
| | | .add-sign-box-style { |
| | | input:-moz-placeholder, |
| | | textarea:-moz-placeholder { |
| | | color: #fff; |
| | | } |
| | | input:-ms-input-placeholder, |
| | | textarea:-ms-input-placeholder { |
| | | color: #fff; |
| | | } |
| | | input::-webkit-input-placeholder, |
| | | textarea::-webkit-input-placeholder { |
| | | color: #fff; |
| | | } |
| | | |
| | | .addIconsLayerinimgs { |
| | | margin-top: 4px; |
| | | } |
| | | |
| | | .addIconsLayerin { |
| | | padding: 0 10px; |
| | | } |
| | | } |
| | | </style> |