style: 更新短信设置页面样式以增强可读性和一致性

- 将 .card 类名更改为 .sms-setting-card,以更好地描述其功能。
- 移除不必要的样式定义,简化代码结构。
This commit is contained in:
田香琪
2026-07-01 17:30:33 +08:00
parent 726d563e1a
commit 99de0d4722
2 changed files with 2 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
.card {
width: 100%;
height: 100%;
position: fixed;
}
.cardBox { .cardBox {
display: inline-block; display: inline-block;
border-radius: 2px; border-radius: 2px;

View File

@@ -1,6 +1,6 @@
<template> <template>
<el-card class="card"> <el-card class="sms-setting-card">
<div class="cardBox"> <div class="cardBox">
<div class="methodItem"> <div class="methodItem">
<img src="../../../assets/aliyun.png" height="172" width="440" /> <img src="../../../assets/aliyun.png" height="172" width="440" />
@@ -82,7 +82,7 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
.card { .sms-setting-card {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: fixed; position: fixed;