|
@@ -6,8 +6,8 @@
|
|
<!-- <el-button class="addBtn" type="primary" size="mini" @click="addAppFn">添加应用</el-button> -->
|
|
<!-- <el-button class="addBtn" type="primary" size="mini" @click="addAppFn">添加应用</el-button> -->
|
|
</div>
|
|
</div>
|
|
<div class="as_h_bottom">
|
|
<div class="as_h_bottom">
|
|
- <el-input v-model="searchText" style="width:40%" placeholder="请输入应用名称" size="mini"></el-input>
|
|
|
|
- <el-select v-model="selectJuri" placeholder="请选择权限" size="mini" style="width:39%;margin-left:10px" @change="getData()">
|
|
|
|
|
|
+ <el-input v-model="searchText" style="width:40%;" placeholder="请输入应用名称" size="small"></el-input>
|
|
|
|
+ <el-select v-model="selectJuri" placeholder="请选择权限" size="small" style="width:39%;margin-left:10px;font-size: 16px;" @change="getData()">
|
|
<el-option v-for="item in selectList" :key="item.index" :label="item.label" :value="item.index"></el-option>
|
|
<el-option v-for="item in selectList" :key="item.index" :label="item.label" :value="item.index"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
<el-button
|
|
<el-button
|
|
@@ -54,7 +54,8 @@
|
|
</div>
|
|
</div>
|
|
<div class="as_c_i_t_message">
|
|
<div class="as_c_i_t_message">
|
|
<div>{{ item.name }}</div>
|
|
<div>{{ item.name }}</div>
|
|
- <span>{{ item.label }}</span>
|
|
|
|
|
|
+ <span v-if="item.label==='agent'">智能体</span>
|
|
|
|
+ <span v-if="item.label==='workflow'">工作流</span>
|
|
</div>
|
|
</div>
|
|
<div class="ac_c_i_t_popover" v-if="item.userid == userinfo.userid">
|
|
<div class="ac_c_i_t_popover" v-if="item.userid == userinfo.userid">
|
|
<svg t="1732786015570" @click.stop="showCard(item.id)" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9199" width="200" height="200"><path d="M192 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-29.866667-68.266667-68.266667-68.266667zM512 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-29.866667-68.266667-68.266667-68.266667zM832 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-34.133333-68.266667-68.266667-68.266667z" fill="#111111" p-id="9200"></path></svg>
|
|
<svg t="1732786015570" @click.stop="showCard(item.id)" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9199" width="200" height="200"><path d="M192 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-29.866667-68.266667-68.266667-68.266667zM512 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-29.866667-68.266667-68.266667-68.266667zM832 443.733333c-38.4 0-68.266667 29.866667-68.266667 68.266667 0 38.4 29.866667 68.266667 68.266667 68.266667s68.266667-29.866667 68.266667-68.266667c0-38.4-34.133333-68.266667-68.266667-68.266667z" fill="#111111" p-id="9200"></path></svg>
|
|
@@ -337,7 +338,7 @@ export default {
|
|
.as_h_typeList>span{
|
|
.as_h_typeList>span{
|
|
display: block;
|
|
display: block;
|
|
float: left;
|
|
float: left;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
white-space:nowrap;
|
|
white-space:nowrap;
|
|
@@ -382,8 +383,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.as_c_i_t_icon {
|
|
.as_c_i_t_icon {
|
|
- width: 30px;
|
|
|
|
- height: 30px;
|
|
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 40px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
@@ -429,7 +430,7 @@ export default {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 16.5px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -439,6 +440,7 @@ export default {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
+ font-size: 14px;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -461,9 +463,10 @@ export default {
|
|
display: block;
|
|
display: block;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
- -webkit-line-clamp: 4;
|
|
|
|
|
|
+ -webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
|
|
+ font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
.as_c_i_bottom > span {
|
|
.as_c_i_bottom > span {
|