样式修改

This commit is contained in:
Shang Chen
2025-07-01 16:59:10 +08:00
parent 150b39dfea
commit 758e59eeac
68 changed files with 1058 additions and 1008 deletions

View File

@ -1,10 +1,10 @@
<template>
<view class="search" >
<u-icon name="search" color="#009C77" size="40"></u-icon>
<img src="/static/aidex/images/search.png" class="filterImg">
<u-input v-model="dec" style="width:100%;" type="text" :placeholder="this.$t('homePage.device.inputNameQuery')" :clearable='false'/>
<view class="shaixuan" id="search">
<u-button @click="search" size="mini" shape="circle" :custom-style="{backgroundColor:'#009C77',color:'#FFFFFF'}">{{this.$t('homePage.device.query')}}</u-button>
<u-button @click="search" size="mini" shape="circle" :custom-style="{backgroundColor:'#009458',color:'#FFFFFF'}">{{this.$t('homePage.device.query')}}</u-button>
</view>
<!-- <input type="text" :value="dec" :input-align="right" placeholder="请输入告警内容筛选"/> -->
<!-- <view class="proper" v-if="show_" id="popup">
@ -39,6 +39,12 @@
</script>
<style lang="scss" scoped>
.filterImg {
width: 40rpx;
height: 40rpx;
margin-right: 10rpx;
margin-bottom: 5rpx;
}
.search {
background-color: #ffffff;
width: 100%;
@ -59,7 +65,7 @@
padding-top: 10rpx;
padding-bottom: 10rpx;
align-items: center;
color: #009C77
color: #009458
}
.proper {