<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                文件:D:\ireport365\ireport365.war\template\designer\component.html 給 圖層+ 加鼠標滑過顏色和小手樣式 ``` <h3 class="gx-table-title gisler-btn" ng-click="editGisLayer(null)">圖層<i ng-class="item" class="fa fa-plus"></i></h3> ``` 小手 和 素材庫 滾動條 放在 文件最后面 文件 D:\ireport365\ireport365.war\js\enduser\designer\orange.css ``` /* 用戶選擇免費素材樣式 */ .file-box-main{ overflow-x: auto; } .file-box-main::-webkit-scrollbar {/*滾動條整體樣式*/ width: 3px; /*高寬分別對應橫豎滾動條的尺寸*/ height: 1px; } .file-box-main::-webkit-scrollbar-thumb {/*滾動條里面小方塊*/ border-radius: 3px; -webkit-box-shadow: inset 0 0 5px rgba(,0,0,0.2); background: #535353; } .file-box-main::-webkit-scrollbar-track {/*滾動條里面軌道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 3px; background: #EDEDED; } /* end */ .gisler-btn:hover{ color:#ED652F; cursor: pointer; } ``` 分享頁 gis地圖 圖層選擇 搜索 buildGemapComponent 替換html 文件 D:\ireport365\ireport365.war\WEB-INF\classes\report-resource\design.js ``` html.push("<div style='height:100%;overflow-x:auto;overflow-y:hidden;position: relative;'>"); html.push(" <div id='" + mapDomId + "' style='font-size:14px;height:100%;width:100%;'>"); html.push(" </div>"); html.push(" <div ng-show='component.config.mapChangeBar' class='layers-container gemap-ctrl' style='position: absolute;z-index: 2;top: 0;left: 0;'>"); html.push(" <div class='layers' ng-style=\"{'background':component.config.mapToolBarBgColor,'font-size':component.config.mapToolBarFontSize,'color':component.config.mapToolBarFontColor}\" style='width: 130px;max-height: 200px;margin: 0 5px;border-radius: 3px;cursor:pointer;overflow-y: auto;overflow-x: hidden;'>"); html.push(" <ul class='layers-lists' style='cursor: pointer;list-style: none;padding: 0;margin: 0;'>"); html.push(" <li ng-repeat='item in component.config.layers' ng-click='changeShowLayer(item)' style='padding:10px 0px;padding-left: 10px;border-style:solid;' ng-style='{\"border-color\":component.context.layerId != null && component.context.layerId == item.id ? component.config.mapToolBarBorderColorActive:component.config.mapToolBarBorderColor,\"border-width\":component.config.mapToolBarBorderSize}'>"); html.push(" <div style='padding-left: 4px;padding-right: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;'>{{item.name}}</div>"); html.push(" </li>"); html.push(" </ul>"); html.push(" </div>"); html.push(" </div>"); html.push("</div>"); ``` 文件名 搜索vsPluginComponentModule 在初始化方法init里 寫下面代碼 如圖位置 ![](https://img.kancloud.cn/0b/12/0b127b48b61621cbb1ef5ba1a783d3b0_720x1026.png) ``` if (!component.config.has) { component.config.has = true; // 切換欄默認值 component.config.mapToolBarBgColor = '#ffffff'; component.config.mapToolBarFontColor = '#333333'; component.config.mapToolBarBorderColor = 'rgba(128, 128, 128, 0.36)'; component.config.mapToolBarBorderColorActive = 'rgba(237,101,47,1)'; component.config.mapToolBarBorderSize = 1; component.config.mapToolBarFontSize = 14; // end } ``` 搜索 顯示切換欄 在下面加配置項 ``` { title: "背景顏色", type: "colorpicker", bind: "mapToolBarBgColor", show: function () { return scope.component.config.mapChangeBar }, }, { title: "字體顏色", type: "colorpicker", bind: "mapToolBarFontColor", show: function () { return scope.component.config.mapChangeBar }, }, { title: "邊框顏色", type: "colorpicker", bind: "mapToolBarBorderColor", show: function () { return scope.component.config.mapChangeBar }, }, { title: "邊框選中顏色", type: "colorpicker", bind: "mapToolBarBorderColorActive", show: function () { return scope.component.config.mapChangeBar }, }, { title: "邊框大小", type: "configSlide", bind: "mapToolBarBorderSize", config: { slideStart: 0, slideEnd: 10 }, show: function () { return scope.component.config.mapChangeBar }, }, { title: "字體大小", type: "configSlide", bind: "mapToolBarFontSize", config: { slideStart: 12, slideEnd: 60 }, show: function () { return scope.component.config.mapChangeBar }, }, ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看