Merge pull request 'master' (#30) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/30
This commit is contained in:
2024-03-25 12:42:35 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ steps:
- export NODE_MODULES_PATH=`pwd`/node_modules
#- npm config set registry https://registry.npm.taobao.org
#- set NODE_OPTIONS=--openssl-legacy-provider
- npm install
# - npm install
- npm run build
- ls /app/build/$DRONE_REPO_NAME/
- echo $NODE_MODULES_PATH

View File

@@ -6,7 +6,7 @@
<component :is="headerIcon"/>
</el-icon>
<ellipsis class="name" hover-tip :content="title"/>
<el-icon v-if="!isRoot && designState" size="20" style="float:right;" @click="emit('delNode')">
<el-icon v-if="!isRoot && designState" size="20" style="float:right;cursor: pointer" @click.stop="emit('delNode')">
<Close/>
</el-icon>
</div>
@@ -201,7 +201,7 @@ const init = () => {
}
.node-body {
cursor: pointer;
min-height: 63px;
position: relative;
border-radius: 5px;
@@ -240,6 +240,7 @@ const init = () => {
}
.node-body-content {
cursor: pointer;
padding: 18px;
color: #656363;
font-size: 14px;