{"id":1654,"date":"2024-11-10T17:57:01","date_gmt":"2024-11-10T09:57:01","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1654\/"},"modified":"2024-11-10T17:57:01","modified_gmt":"2024-11-10T09:57:01","slug":"vue-js-%e5%8a%a8%e6%80%81%e6%a0%b7%e5%bc%8f%e6%94%b9%e5%8f%98%e5%a4%b1%e6%95%88%ef%bc%9a%e4%b8%ba%e4%bb%80%e4%b9%88%e4%bd%bf%e7%94%a8%e5%90%8e%e4%bb%a3%e9%80%89%e6%8b%a9%e5%99%a8-content-active","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1654\/","title":{"rendered":"Vue.js \u52a8\u6001\u6837\u5f0f\u6539\u53d8\u5931\u6548\uff1a\u4e3a\u4ec0\u4e48\u4f7f\u7528\u540e\u4ee3\u9009\u62e9\u5668 `.content .active` \u65e0\u6cd5\u751f\u6548\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173052716094903.jpg\" class=\"aligncenter\" title=\"Vue.js \u52a8\u6001\u6837\u5f0f\u6539\u53d8\u5931\u6548\uff1a\u4e3a\u4ec0\u4e48\u4f7f\u7528\u540e\u4ee3\u9009\u62e9\u5668 `.content .active` \u65e0\u6cd5\u751f\u6548\uff1f\u63d2\u56fe\" alt=\"Vue.js \u52a8\u6001\u6837\u5f0f\u6539\u53d8\u5931\u6548\uff1a\u4e3a\u4ec0\u4e48\u4f7f\u7528\u540e\u4ee3\u9009\u62e9\u5668 `.content .active` \u65e0\u6cd5\u751f\u6548\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u52a8\u6001\u6dfb\u52a0\u6837\u5f0f\u5b9e\u73b0\u4e8b\u4ef6\u64cd\u4f5c\u6837\u5f0f\u6539\u53d8<\/strong><\/p>\n<p>\u4f7f\u7528 .js \u5b9e\u73b0\u4e86\u4e00\u4e2a\u5e26\u6709\u52a8\u6001\u6837\u5f0f\u7684\u6807\u7b7e\uff0c\u76ee\u7684\u662f\u5f53\u89e6\u53d1\u67d0\u4e2a\u4e8b\u4ef6\u65f6\uff0c\u6839\u636e\u4f20\u5165\u7684\u5e03\u5c14\u503c\u6765\u6539\u53d8\u6837\u5f0f\u3002<\/p>\n<pre>&lt;div class=\"content\" :class=\"{ active:iscollapse }\"&gt;\n  &lt;myheader @changemenu=\"changemenu\" :iscollapse=\"!iscollapse\"&gt;&lt;\/myheader&gt;\n&lt;\/div&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<pre>data() {\n  return {\n    iscollapse: false\n  }\n},\nmethods: {\n  changemenu() {\n    this.iscollapse = !this.iscollapse\n  }\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<pre>.content {\n  padding-left: 200px;\n}\n.active {\n  padding-left: 65px;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u7136\u800c\uff0c\u5728\u89e6\u53d1\u4e8b\u4ef6\u540e\uff0c\u63a7\u5236\u53f0\u663e\u793a\uff1a<\/p>\n<pre>&lt;style&gt;\n#app .content {\n    padding-left: 200px;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u53d1\u73b0\u6837\u5f0f\u5e76\u6ca1\u6709\u5982\u9884\u671f\u822c\u6539\u53d8\u3002<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p>\u95ee\u9898\u5728\u4e8e\u4f7f\u7528\u7684 <strong>\u540e\u4ee3\u9009\u62e9\u5668<\/strong> **.content .active**\uff0c\u5b83\u8868\u793a **.active** \u662f **.content** \u7684\u540e\u4ee3\u5143\u7d20\u3002\u4e3a\u4e86\u8ba9\u6837\u5f0f\u751f\u6548\uff0c\u9700\u8981\u4f7f\u7528 <strong>\u540c\u7ea7\u9009\u62e9\u5668<\/strong> **.content.active**\uff0c\u8868\u793a **.content** \u548c **.active** \u662f\u540c\u4e00\u4e2a\u5143\u7d20\u3002<\/p>\n<p><strong>\u540c\u7ea7\u9009\u62e9\u5668\uff08s \u5199\u6cd5\uff09\uff1a<\/strong><\/p>\n<pre>.content {\n  padding-left: 200px;\n\n  &amp;.active {\n    padding-left: 65px;\n  }\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u8f6c\u6362\u540e\u7684 css\uff1a<\/strong><\/p>\n<pre>.content { padding-left: 200px; }\n.content.active { padding-left: 65px; }<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u540e\u4ee3\u9009\u62e9\u5668\uff08scss \u5199\u6cd5\uff09\uff1a<\/strong><\/p>\n<pre>.content {\n  padding-left: 200px;\n\n  .active {\n    padding-left: 65px;\n  }\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u8f6c\u6362\u540e\u7684 css\uff1a<\/strong><\/p>\n<pre>.content { padding-left: 200px; }\n.content .active { padding-left: 65px; }<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u6ce8\u610f\uff1a<\/strong>\u540e\u4ee3\u9009\u62e9\u5668\u4e0d\u4f1a\u5bf9\u540c\u4e00\u4e2a\u5143\u7d20\u751f\u6548\uff0c\u800c\u662f\u5bf9\u540e\u4ee3\u5143\u7d20\u751f\u6548\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fVue.js \u52a8\u6001\u6837\u5f0f\u6539\u53d8\u5931\u6548\uff1a\u4e3a\u4ec0\u4e48\u4f7f\u7528\u540e\u4ee3\u9009\u62e9\u5668 `.content .active` \u65e0\u6cd5\u751f\u6548\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u52a8\u6001\u6dfb\u52a0\u6837\u5f0f\u5b9e\u73b0\u4e8b\u4ef6\u64cd\u4f5c\u6837\u5f0f\u6539\u53d8 \u4f7f\u7528 .js \u5b9e\u73b0\u4e86\u4e00\u4e2a\u5e26\u6709\u52a8\u6001\u6837\u5f0f\u7684\u6807\u7b7e\uff0c\u76ee\u7684\u662f\u5f53\u89e6\u53d1\u67d0\u4e2a\u4e8b\u4ef6\u65f6\uff0c\u6839\u636e\u4f20\u5165\u7684\u5e03\u5c14\u503c\u6765\u6539\u53d8\u6837\u5f0f\u3002 &lt;div class=&#8221;content&#8221; :class=&#8221;{ active:iscollapse }&#8221;&gt; &lt;myheader @changemenu=&#8221;changemenu&#8221; :iscollapse=&#8221;!iscollapse&#8221;&gt;&lt;\/myheader&gt; &lt;\/div&gt; \u767b\u5f55\u540e\u590d\u5236 data() { return { iscollapse: false } }, methods: { changemenu() { this.iscollapse = !this.iscollapse } } \u767b\u5f55\u540e\u590d\u5236 .content { padding-left: 200px; } .active { padding-left: 65px; } \u767b\u5f55\u540e\u590d\u5236 \u7136\u800c\uff0c\u5728\u89e6\u53d1\u4e8b\u4ef6\u540e\uff0c\u63a7\u5236\u53f0\u663e\u793a\uff1a &lt;style&gt; #app .content { padding-left: 200px; } \u767b\u5f55\u540e\u590d\u5236 \u53d1\u73b0\u6837\u5f0f\u5e76\u6ca1\u6709\u5982\u9884\u671f\u822c\u6539\u53d8\u3002 \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u89e3\u51b3\u65b9\u6848 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1654","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=1654"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1654\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}